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

Re: [pygame] Animated sprites



Rene Dudfield wrote:

Using Python imaging library(PIL) you can load gif, and fli/flc image sequences.

A minor caveat, but beware that PIL's fli reader only handles fli's with a common color index for each from -- per frame indices don't work.

-Jasper