From: Arthur <ajs...@op...> - 2005-07-14 11:19:21
|
> -----Original Message----- > From: vis...@li... [mailto:visualpython- > > Hi all, > > Has anyone tried to convert visualization to an > animated gif file ? > If yes, please. I need suggestion how to do it, I want > to put the visualization on a web server. > > Thx Yes. For example the animated gif at : http://home.netcom.com/~ajs/download.html The process was essentially using the povexport.py utility, rendering individual frames in Povray, and using one of the many available utilities to convert the collection of frames to an animated gif. Sounds like a PITA. But, it is not too difficult to automate a good deal of the process, and it can be made to be pretty painless. But I don't know how much detail you are asking for. Art |