Re: exporting animations
- To: mathgroup at smc.vnet.net
- Subject: [mg26824] Re: exporting animations
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 25 Jan 2001 01:13:07 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <94m9re$3ot@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Export a List[] of graphics to a GIF should work in version 4.x glist=Plot[#,{x,-1,1}] & /@ Table[BesselJ[n,x],{n,0,10}]; Export["/tmp/mygif.gif",glist,"GIF"] Regards Jens Jan Duennweber wrote: > > how to export an animation generated with mathematica > as an animated GIF or as a sequence of images ?