Comment 1 for bug 1842116

Revision history for this message
Guy Paddock (guy-paddock) wrote :

I just converted the above original question into a bug report; I was not the original author of the question.

I'm seeing similar behavior, but only with some images. I have an image where using ExifTool produces an EXIF Orientation of 3, but jpegexiforient returns nothing:

> identify -format '%[EXIF:Orientation]' 00301827_0.jpg && echo && echo
3

> jpegexiforient 00301827_0.jpg
(No output)

Attached is exiftool's EXIF metadata dump in HTML format. I am guessing that perhaps the EXIF tags are in a different place in the file than `jpegexiforient` is used to?