Ubuntu EXIF – How to Rotate Images Automatically Based on EXIF Data

exifimagesrotateUbuntu

When I make pictures with my camera (Olympus E-520), in the EXIF data the orientation is stored.

The standard image viewer on Ubuntu is displaying this images correctly. Windows viewer however not.

Is there a way to really rotate this images (if necessary according to EXIF) in a batch on Ubuntu? For example with an ImageMagick tool?

Best Answer

exiftran and JHead (jhead -autorot) can do this. exiftran can do this losslessly, not sure about jhead.

Related Question