Re: How to convert a series of PICT frames to an animated GIF?
- To: mathgroup at smc.vnet.net
- Subject: [mg38875] Re: How to convert a series of PICT frames to an animated GIF?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 17 Jan 2003 05:38:24 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <b05quf$2ae$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Export[] the *list* of pictures into a GIF, something like Export["myanaimation.gif",{graphics1,graphics2,graphics3,...},"GIF"] should do that. Regards Jens Jun Lin wrote: > > I have a series of PICT frames in Mathematica 4. I'll be appreciating > if anybody would like to tell me how to combine them into an animated > GIF. > > Jun Lin