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 joril
Recipients joril
Date 2012-11-20.10:21:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353406880.2.0.236043197389.issue16512@psf.upfronthosting.co.za>
In-reply-to
Content
imghdr doesn't support jpegs that include an ICC Profile.
This is because imghdr looks for "JFIF" somewhere at the beginning of the file, but the ICC_PROFILE shifts that further.
(The ICC spec is here http://www.color.org/specification/ICC1v43_2010-12.pdf, annex B)
History
Date User Action Args
2012-11-20 10:21:20jorilsetrecipients: + joril
2012-11-20 10:21:20jorilsetmessageid: <1353406880.2.0.236043197389.issue16512@psf.upfronthosting.co.za>
2012-11-20 10:21:20jorillinkissue16512 messages
2012-11-20 10:21:19jorilcreate