From: Rob S. <sa...@ph...> - 2005-07-15 04:25:18
|
There was a recent email on this: http://sourceforge.net/mailarchive/forum.php?thread_id=7474645&forum_id=3591 Basically, you have to get the PIL (Python Imaging Library) http://www.pythonware.com/products/pil/ and use ImageGrab repeatedly to generate a sequence of .gif files. From there, you can use something like ImageMagick or something simpler like "Microsoft GIF Animator" or "Gifsicle" to make animated gifs. rob |