summaryrefslogtreecommitdiffstats
path: root/Lib/test/imghdrdata
Commit message (Collapse)AuthorAgeFilesLines
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-041-0/+0
| | | | Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> (cherry picked from commit ba650af7d660084e08859dd1ee1917cccee24e88)
* #20295: Teach imghdr to recognize OpenEXR format images.R David Murray2014-06-261-0/+0
| | | | Patch by Martin Vignali, test by Claudiu Popa.
* Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-251-0/+0
| | | | Patch by Fabrice Aneche and Claudiu Popa.
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-2611-0/+9
Based on patch by Claudiu Popa.