hMatoba / Piexif

Exif manipulation with pure python script.
MIT License
367 stars 81 forks source link

can't save tiff exif #102

Open viponedream opened 4 years ago

viponedream commented 4 years ago

it handle jpg, png well, but when i open a tiff file and change the same exif, it went wrong

File "C:\Python\Lib\site-packages\PIL\TiffImagePlugin.py", line 1647, in _save e = Image._getencoder(im.mode, "libtiff", a, im.encoderconfig) File "C:\Python\Lib\site-packages\PIL\Image.py", line 477, in _getencoder return encoder(mode, *args + extra) SystemError: returned a result with an error set