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.

classification
Title: imghdr does not support jpg files with Lavc bytes
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.6
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: René Løwe Jacobsen, iritkatriel, r.david.murray, xtreak
Priority: normal Keywords:

Created on 2016-05-25 10:00 by René Løwe Jacobsen, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
5ZK0umWbRmsQwGkUb4LhIV6L9YnInn6t_thumb.jpg René Løwe Jacobsen, 2016-05-25 10:00
Messages (2)
msg266327 - (view) Author: René Løwe Jacobsen (René Løwe Jacobsen) Date: 2016-05-25 10:00
Some jpegs might have Lavc instead of JFIF or Exif. I have added a picture for you to test with.
msg415045 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-03-13 17:14
imghdr is deprecated as per PEP 594, so there won't be further enhancements to it.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71308
2022-03-13 17:14:14iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg415045

resolution: wont fix
stage: test needed -> resolved
2018-09-21 11:53:34xtreaksetnosy: + xtreak
2016-05-28 14:09:34SilentGhostsetversions: - Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5
nosy: + r.david.murray

components: + Library (Lib)
type: behavior
stage: test needed
2016-05-25 10:00:47René Løwe Jacobsencreate