Skip to content
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

Improved handling of RGBA palettes when saving GIF images #8494

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

radarhere
Copy link
Member

Resolves #8493

Passes the palette mode to im.putpalette() when saving GIF images, so that RGBA palettes aren't handled as RGB, raising an error if they are too large.

@ArcasCZ
Copy link

ArcasCZ commented Nov 24, 2024

I've tested it out and this PR fixes the #8493

@hugovk hugovk merged commit e40033d into python-pillow:main Dec 16, 2024
46 of 47 checks passed
@radarhere radarhere deleted the gif_palette branch December 16, 2024 21:26
solumath added a commit to solumath/rubbergod that referenced this pull request Jan 9, 2025
pillow version 11.1.0 and higher fixes our problem with generating of gifs
python-pillow/Pillow#8494
solumath added a commit to solumath/rubbergod that referenced this pull request Jan 9, 2025
pillow version 11.1.0 and higher fixes our problem with generating of gifs
python-pillow/Pillow#8494
peterdragun pushed a commit to vutfitdiscord/rubbergod that referenced this pull request Jan 9, 2025
pillow version 11.1.0 and higher fixes our problem with generating of gifs
python-pillow/Pillow#8494
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pillow 11.0.0 throws ValueError when saving GIF
3 participants