Graphics files & Python

Thomas Guettler guettli at thomas-guettler.de
Thu Jul 28 08:18:01 EDT 2005


Am Thu, 28 Jul 2005 10:40:05 +0000 schrieb Pekka Karjalainen:

>   How can I create image files and animations with Python?

You can create image files with PIL:
http://www.pythonware.com/products/pil/

I don't know if you can make animated gifs.

You can use ImageMagick, too: http://www.imagemagick.org/script/index.php

You can create animated gifs with imagemagick. I use with os.system("...")
(Not the python bindings)

 HTH,
   Thomas

-- 
Thomas Güttler, http://www.thomas-guettler.de/





More information about the Python-list mailing list