MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

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 ?


  • Prev by Date: Factor[1+x^4]
  • Next by Date: RE: exporting animations
  • Previous by thread: exporting animations
  • Next by thread: RE: exporting animations