pygame: output to file?

Ian Kelly ian.g.kelly at gmail.com
Mon Apr 16 15:01:34 EDT 2012


On Mon, Apr 16, 2012 at 12:39 PM, Temia Eszteri <lamialily at cleverpun.com> wrote:
> If there's a image-handling library out there for Python that can make
> animated GIFs, I might be able to come up with a faster and more
> internalized solution using surface.convert() to paletted modes and
> image.tostring() functions or similarmeans to pass the frames to said
> library.
>
> Problem is that I can't seem to find a library that does handle
> animated GIFs. My google-fu has always been weak, alas. Does anyone
> feel up to confirming whether one exists or not?

ImageMagick?  There are Python bindings for it.



More information about the Python-list mailing list