- From: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Date: Wed, 30 Apr 2008 11:40:44 +0200
Charles Iliya Krempeaux wrote: > <link rel="enclosure" type="image/xxx" width="640" height="480" > compressioning="lossy" coloring="truecolor" href="A.xxx"> > <link rel="enclosure" type="image/xxx" width="1280" height="960" > compressioning="lossy" coloring="truecolor" href="A.xxx"> > <link rel="enclosure" type="image/xxx" width="2560" height="1920" > compressioning="lossy" coloring="truecolor" href="A.xxx"> > > ... could become... > > <link rel="enclosure" type="image/xxx" metadata="size:640x480, 1280x960, > 2560x1920; compressioning:lossy; coloring:truecolor;" href="A.xxx"> For color, you are reinventing Media Queries. For compression, you are basically reinventing q values for MIME types. <link type="image/png;q=1.0" media="all and (min-color:8)"> <link type="image/jpeg;q=0.8" media="all and (min-color:8)"> -- Lachlan Hunt - Opera Software http://lachy.id.au/ http://www.opera.com/
Received on Wednesday, 30 April 2008 02:40:44 UTC