MathGroup Archive 2001

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

Search the Archive

Re: exporting a .bmp sequence of an animation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28402] Re: exporting a .bmp sequence of an animation
  • From: "Borut L" <borut at email.si>
  • Date: Mon, 16 Apr 2001 03:28:55 -0400 (EDT)
  • References: <9bb7ft$950@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

A list of graphics {g1, g2, ... gN} can be exported in Windows / Unix to GIF
format (agif support):

Export[list of graphics, "GIF", ConversionOptions->{ ... like loop,
transparency, ...}]

Or on mac systems to QuickTime MOVie.

The M Book suffice.


You're welcome,

Borut Levart



"Claude Jones" <claude_jones at levitjames.com> wrote in message
news:9bb7ft$950 at smc.vnet.net...
> I am trying to produce a video of an animation I've generated in
> Mathematica.  The animation was generated by making a Table of Graphics
> primitives.  This worked fine to show the animation in Mathematica, but to
> make the video I need to export it in "bmp" format.  The problem I'm
having
> is being able to export each frame separately, so that I can export each
one
> as a separate "bmp" file.  Any suggestions?
>
>




  • Prev by Date: Re: Mapping a scalar against a list
  • Next by Date: Re: Mapping a scalar against a list
  • Previous by thread: exporting a .bmp sequence of an animation
  • Next by thread: Mapping a scalar against a list