On Mon, Apr 16, 2012 at 12:39 PM, Temia Eszteri <lamial...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to