vcxz
fanbox
2023.3_GIF
Added 2023-03-04 22:00:00 +0000 UTC
Comments
This code fixes the loop but degrades the pic due to 256 color image of GIF
2023-03-10 20:50:24 +0000 UTC
from PIL import Image
with Image.open("105925867_p0_master1200.gif") as im:
im.save("105925867_p0_master1200_rev.gif", save_all=True, loop=0)
2023-03-10 20:49:44 +0000 UTC
Not looping. Can you fix it? Thx
2023-03-10 20:48:54 +0000 UTC