In article <[EMAIL PROTECTED]>,
 Slava <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to