Code: Select all
C:\>identify -verbose original.jpg | findstr "Orientation"
Orientation: TopLeft
exif:Orientation: 1
C:\>convert original.jpg broken.jpg
C:\>identify -verbose broken.jpg | findstr "Orientation"
Orientation: undefined
exif:Orientation: 65537
I'm no exif-expert so maybe something with these images is wrong. But neither ImageMagick nor jhead nor IrfanView nor XnView complain about the original images. I just discovered it when jhead complained about "Nonfatal Error : 'broken.jpg' Undefined rotation value 65537 in Exif" on some images during a batch thumbnail creation of all my images.
Testfile: http://www.files.to/get/281201/92q6m8wejo
(resized and saved as... (keep exif) using IrfanView).
Maybe someone could have a look into that. Thank you very much,
Jochen