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

Allow "loop=None" when saving GIF images #7329

Merged
merged 1 commit into from Aug 10, 2023
Merged

Conversation

radarhere
Copy link
Member

Resolves #7328

This allows im.save("out.gif", loop=None), having the same effect as im.save("out.gif")

@radarhere radarhere merged commit 6651a31 into python-pillow:main Aug 10, 2023
54 checks passed
@radarhere radarhere deleted the gif branch August 10, 2023 08:08
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.

No documented way to programmatically request single iteration of gif animation
2 participants