Re: Image orientation for backgrounds

On 4/15/14 2:13 PM, Liam R E Quin wrote:
> Wouldn't a good way for Web apps be to have a JavaScript interface to
> EXIF metadata?

That's not enough, unfortunately, because there is no way to specify a 
rotation for just a background and if you process the JPEG image to 
produce a rotated image (e.g. by painting to a canvas, getImageData, 
etc) you end up with some quality loss during the reencode.  And if you 
don't reencode you pay a pretty hefty memory price for keeping the 
decompressed data in memory...

-Boris

Received on Tuesday, 15 April 2014 18:28:56 UTC