MathGroup Archive 1999

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

Search the Archive

Re: Animated give out of animated Mathematica?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19133] Re: Animated give out of animated Mathematica?
  • From: "P.J. Hinton" <paulh at wolfram.com>
  • Date: Thu, 5 Aug 1999 23:58:38 -0400
  • Organization: "Wolfram Research, Inc."
  • References: <7ob7do$342@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On 5 Aug 1999, Hendrik van Hees wrote:

> Is there a possibility to export an animation from Mathematica to an
> animated gif to put it on the Web? I'm using Mathematica 3.0 under Linux
> (and plan to upgrade to 4.0 as soon as the student version upgrade ist
> available).

Under Mathematica 3.0, you will need to use Display[] to create individual
GIFs and then use a third-party utility to string them together.  There
are numerous free/source/shareware utilities out there for doing this on
all platforms.

Under Mathematica 4, you can export _lists_ of Graphics objects to an
animated GIF file with Export[].  The option ConversionOptions allows you
to specify parameters that influence the animation.  They are documented
in the online reference guide.  Paste this expression into a Mathematica
notebook and evaluate it:

FrontEndExecute[
  FrontEnd`HelpBrowserLookup[
    "RefGuide",
    "Export"
  ]
]

At the end of the entry, you will find a section titled "Additional
Information."  Click on the group open/close icon on the left to expose
the information, which is arranged in order of target format.

Note that ConversionOptions suboption names are strings.

--
P.J. Hinton
Mathematica Programming Group           paulh at wolfram.com
Wolfram Research, Inc.




  • Prev by Date: Re: Animated give out of animated Mathematica?
  • Next by Date: Re: Can someone explain this?
  • Previous by thread: Re: Animated give out of animated Mathematica?
  • Next by thread: Re: Animated give out of animated Mathematica?