You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: