Image manipulation

Michael J. Fromberger Michael.J.Fromberger at Clothing.Dartmouth.EDU
Tue Aug 28 15:54:26 EDT 2007


In article <1188328362.992426.275780 at 19g2000hsx.googlegroups.com>,
 Slava <slava.shklyar at gmail.com> wrote:

> I need to add dynamic text to animated GIF images.
> What is a best way to do it?
> 
> Thanks.

One possibility is the GD library, which supports animated GIF.  There 
is a Python binding:

 <http://newcenturycomputers.net/projects/gdmodule.html>

I do not know, however, whether or not the Python wrapper supports the 
animated GIF portions of the library.  You'll probably have to do some 
digging.

Cheers,
-M

-- 
Michael J. Fromberger             | Lecturer, Dept. of Computer Science
http://www.dartmouth.edu/~sting/  | Dartmouth College, Hanover, NH, USA



More information about the Python-list mailing list