-
Notifications
You must be signed in to change notification settings - Fork 318
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
animated gifs - preserve animation, as PIL/Pillow supports it #627
Comments
So, in theory this would work an be supported by Pillow. In real live, the original |
Also #217 |
WIP PR: #628 |
benzkji
changed the title
animated gifs - preserve animation, as PIL/Pillow supports it in 2023
animated gifs - preserve animation, as PIL/Pillow supports it
Feb 5, 2024
yay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See original closed issue #184 - I created a new issue, for a fresh start and more visibility :-)
Pillow docs: https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#gif-saving
Doing a quick test on my computer:
This does exactly what filenames suggest. It supports animated GIFs (and probably animated webp as well, but I didnt test for these).
How about a setting:
EASY_THUMBNAILS_PRESERVE_ANIMATIONS
, to enable/disable animation preservation globally, in easy thumbnails? Also, to be backwards compatible?I would be motivated to provide a PR. Digging through changelog, I saw
THUMBNAIL_IMAGE_SAVE_OPTIONS
, it may even already be possible?The text was updated successfully, but these errors were encountered: