You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I process animated GIF's through the plugin, they become static. It seems that Pillow should be able to resize animated images and maintain the animation, but I haven't yet figured out how to do that.
The text was updated successfully, but these errors were encountered:
I've just checked whether this issue is still relevant. It indeed is the case as the resize method of pillow does not support resizing animated gifs out of the box.
(see also: https://stackoverflow.com/a/41755454)
It does not seem to be very complex to fix, but some help is desired.
Feel free to open a pull request.
When I process animated GIF's through the plugin, they become static. It seems that Pillow should be able to resize animated images and maintain the animation, but I haven't yet figured out how to do that.
The text was updated successfully, but these errors were encountered: