summaryrefslogtreecommitdiffstats
path: root/Lib/test/imghdrdata
Commit message (Collapse)AuthorAgeFilesLines
* #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.