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
PNG also supports multiple frames. If we were going to add this feature, I would recommend still using the PNG format, as GIF frames are limited to 256 colors.
When using show() for an animated GIF with version 9.2.0, Pillow converts the image to PNG by default thus eliminating the animation.
I suggest the following change in "ImageShow.py" to preserve the animation:
The text was updated successfully, but these errors were encountered: