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
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)
Not looping. Can you fix it? Thx