Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't save tiff exif #102

Open
viponedream opened this issue May 16, 2020 · 0 comments
Open

can't save tiff exif #102

viponedream opened this issue May 16, 2020 · 0 comments

Comments

@viponedream
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant