-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Pillow 11.0.0 throws ValueError when saving GIF #8493
Labels
Comments
Could we get a copy of the PNG images you are using as input? |
Hi, it happens with all images saved in the ./fun/data folder, e.g. https://github.com/strawberry-py/strawberry-fun/tree/main/fun/data/lick |
I've created #8494 |
Hi, |
Assuming it's reviewed and merged it'll be in next release on 2nd January. You can help by reviewing the PR and testing it to confirm if it fixes your problem. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What did you do?
I'm saving a GIF created from series of PNG.
What did you expect to happen?
The GIF is created.
What actually happened?
This happens only on Pillow 11.0.0 with disposal=2.
What are your OS, Python and Pillow versions?
https://github.com/strawberry-py/strawberry-fun/blob/main/fun/module.py#L437
The error happens only on 11.0.0 verison, previous 10.4.0 works fine.
I assume it might be related to #8366
The text was updated successfully, but these errors were encountered: