Open ArcasCZ opened 4 weeks ago
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, is there any ETA for this fix?
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.
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 https://github.com/python-pillow/Pillow/pull/8366