Re: Animation Help
- To: mathgroup at smc.vnet.net
- Subject: [mg43671] Re: Animation Help
- From: "Steve Luttrell" <luttrell at _removemefirst_westmal.demon.co.uk>
- Date: Sun, 28 Sep 2003 06:00:55 -0400 (EDT)
- References: <bl3ka8$eoq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You can export an animated GIF using something like this:
Export["c:\\temp\\test.gif", graphics, "GIF",
ConversionOptions -> {"AnimationDisplayTime" -> 0, "Loop" -> True}];
The options are described in the "Additional Information" section at the end
of the Help Browser information on Export.
--
Steve Luttrell
West Malvern, UK
<cmduncan at mines.edu> wrote in message news:bl3ka8$eoq$1 at smc.vnet.net...
>
> Hey all! My name is Chris Duncan. I have been using Mathematica for
about a
> decade now. I am having a problem creating an animated GIF file using
> a "Table"-ized plot showing a trend sequence. This plot was generated
using
> Graphics objects and then combining them; such as
Graphics[Circle[{2,3},4]].
> I would like to export the file in to the animated GIF. I can display the
> animation using the Ctrl+Y functionality on the front end. Any help??
>
> Chris Duncan
> cmduncan at mines.edu
>