XaiJu
vcxz
vcxz

fanbox


2023.3_GIF

2023.3_GIF 2023.3_GIF

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


More Creators