-
Basically the title. If I resize an animated GIF the results are all static. Is there a way to keep them animated and resized? |
Beta Was this translation helpful? Give feedback.
Answered by
codingjoe
May 24, 2023
Replies: 1 comment 2 replies
-
Hi @Nekidev, Thanks, an excellent question. Honestly, I don't know. I did just browse through the Pillow documentation, but didn't find any remakes on it NOT working. Did you give it a try? If Pillow supports it, it might already work for this package. If not, I'd be eager to add support for it. Cheers! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting, you can use this library with a custom image processor. We could even simplify the use, with a tiny code change, if that works better. In fact, while writing this answer, I did write a patch making this process super simple. For your convenience, please see #114
I hope this helps you! Joe