lossless JPG rotation

G

Guest

This is a reply to the thread named: "IMAGE ROTATION" - please read it before.

When I rotate forward then back a jpg file (multiple of 16), a binary file compare gives some differences. Is it just some metadata that changed, or.... ?

Is the statement about the mathematically lossless character of jpg rotation of the Image Preview app of XP an official product group statement ? There's no KB article saying anything about it...and beside this: (entry #46 in http://sylvana.net/jpegcrop/losslessapps.html), I couldn't find any statement about it...

I wonder if the Image Preview code implements this:
http://msdn.microsoft.com/library/d...formingaJPEGImageWithoutLossofInformation.asp
 
D

David Candy

When you rotate you change the file. If it's 16 x 32 then it will become a 32 x 16 image. GDI only does bitmaps and metafiles (emf, wmf). So it should be using GDI+ as it was written for jpeg etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top