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

Retain RGBA transparency when saving multiple GIF frames #6128

Merged
merged 2 commits into from Mar 23, 2022

Conversation

radarhere
Copy link
Member

Resolves #6115

At the moment, RGBA transparency is only retained when saving a single frame GIF, not multiple frames.

This PR removes the initial_call argument from _normalize_mode, allowing the transparency to be kept every time.

@hugovk hugovk merged commit e5ce1c8 into python-pillow:main Mar 23, 2022
@radarhere radarhere deleted the gif_rgba branch March 23, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken background on transparent GIFs built from individual frames
2 participants