This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author staschuk
Recipients
Date 2003-06-08.20:08:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Someone posted to c.l.py [1] about some of their JPEGs not
being identified as such by imghdr.  Turns out they were 
EXIF files, and imghdr only identifies JFIF files.  A little web 
research suggests EXIF is the usual format for JPEGS from 
digital cameras.

The patch adds the ability to identify such files; they are 
reported as 'jpeg-exif'.  I've no idea whether this is the 
Right Thing.

[1] http://groups.google.com/groups?th=45c0442a1d74e9c4
History
Date User Action Args
2007-08-23 15:27:33adminlinkissue751031 messages
2007-08-23 15:27:33admincreate