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/ -- http://mail.python.org/mailman/listinfo/python-list