upwart
Mar 31, 2018 - 18:25
I am trying to save a couple of PIL images into a GIF with something like
img[0].save('test.gif',
save_all=True, append_images=img[1:])
This works well on a Windows machine, but on Pythonista, it seems to save only the first image,in other words, not animated.
Does this have to do with the version of PIL?
Is there a workaround?