MathGroup Archive 2001

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

Search the Archive

Re: Animated GIF

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31087] Re: Animated GIF
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 9 Oct 2001 01:55:38 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <9pmct3$627$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Export["youranimation.gif",{gr1,gr2,...},"GIF"]

should work. You can look into the online-documentation
for Export[] in the Future Information part to see the options
for this type of export.

Regards
  Jens

Kurt Kokko wrote:
> 
> Hi all,
> 
> Is there a handy way to export animation as a series of GIF-files. I
> have tried several things, but none of them worked so I did it hard way
> ;-)  I saved all the graphics in animation one by one as a PICT file,
> then converted those to GIF and finally created a nice Animated GIF-file
> (sometimes you have to do things like this when you want to show
> something in Windows-world).
> 
> Does anyone know when the "native" Mac OS X version comes out? We are
> allready in Q4.
> 
> Warmest regards,
> 
> Kurt


  • Prev by Date: Multiple scales for Y axis of plot?
  • Next by Date: Re: Pasting several cells at once
  • Previous by thread: Re: Animated GIF
  • Next by thread: Re: Animated GIF