JPEG rotate lossless

From Noah.org
Revision as of 08:18, 22 June 2013 by Root (talk | contribs) (Created page with 'Category:Engineering Some cameras store images in a different orientation than what is intended for display. They will add an EXIF tag to indicate that the image is rotated.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Some cameras store images in a different orientation than what is intended for display. They will add an EXIF tag to indicate that the image is rotated. It is possible to rotate a JPEG image losslessly; that is, rotate without uncompressing and recompressing the image. This is important to avoid loosing image quality.

There are a few common tools, exiftran, and jhead. I have not done a lot of testing, but it seems like exiftran is the best tool to use.

exiftran -ai *.jpeg
jhead -autorot *.jpg