[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Animated GIFs



I think you will need to use PIL to break the animated gif into separate images (in memory), then create pygame surfaces from them. This may help (looks like you can use seek() to get at the separate images):

http://www.pythonware.com/library/pil/handbook/format-gif.htm

-Casey

On Dec 7, 2007, at 9:45 AM, 110110010 wrote:

How to make an animated GIF be animated please


(excuse me for my english, I'm not english or american)