Animated GIFs?!!?! Urgent Help

Fredrik Lundh fredrik at effbot.org
Mon Nov 13 17:54:37 EST 2000


"Freeserve UK" wrote:
> Is there any way of looping the animation so that when it reaches the last
> frames restarts from the beginning?

I'm afraid the GIF decoder can only seek to the next
frame.  to get back to the beginning, you have to re-
open the file.

(there's a note in GifImagePlugin saying something about
"should add rewind support"...  patches are welcome; if I
have to do it myself, it won't happen until after the 1.2
release...)

</F>





More information about the Python-list mailing list