[Image-SIG] saving animated gifs via PIL

Richard Bouska xbouska@bsdi.infima.cz
Tue, 2 Nov 1999 14:22:14 +0100 (CET)


Hello

Is there any possibility to save animated gifs with PIL?
When I try:
image=PIL.Image.open('someanimatedimage.gif')
image.save('/tmp/image.gif')
the output file is only the first frasme from the animation.
Is there a way how to sane the whole animation?

Thank You in advance Richard Bouska