Is -auto-orient lossless?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Bilge
Posts: 9
Joined: 2012-09-05T12:53:29-07:00
Authentication code: 67789

Is -auto-orient lossless?

Post by Bilge »

Or does the quality decrease through lossy re-encode?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Is -auto-orient lossless?

Post by fmw42 »

Not lossless, if the output is JPG.
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

Re: Is -auto-orient lossless?

Post by whugemann »

Lossless rotation is possible by the use of jhead, which uses jpegtran to perform this job.
Wolfgang Hugemann
Post Reply