summaryrefslogtreecommitdiffstats
path: root/Lib/test/imghdrdata
Commit message (Collapse)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-2614-9/+0
| | | | | | * Remove the Lib/test/imghdrdata/ directory. * Copy 5 pictures (gif, png, ppm, pgm, xbm) from removed Lib/test/imghdrdata/ to a new Lib/test/tkinterdata/ directory. * Update Sphinx from 4.5 to 6.2 in Doc/requirements.txt.
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-041-0/+0
| | | Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
* bpo-44539: Support recognizing JPEG files without JFIF or Exif markers ↵Mohamad Mansour2021-07-201-0/+0
| | | | | | | (GH-26964) Co-authored-by: moemansour03@gmail.com <m.mansour@tecfrac.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* #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.