Skip to content

Fix EXIF error when Pillow >=8.2.0

Latest
Compare
Choose a tag to compare
@alchem0x2A alchem0x2A released this 03 May 15:57
· 18 commits to master since this release

Workaround to use the old _getexif() method (https://pillow.readthedocs.io/en/stable/releasenotes/8.2.0.html#image-getexif-exif-and-gps-ifd) instead of getexif() which frequently are changed in the API.