MathGroup Archive 2006

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

Search the Archive

Re: WebMathematica question for displaying a sequence of images

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63451] Re: WebMathematica question for displaying a sequence of images
  • From: David Bailey <dave at Remove_Thisdbailey.co.uk>
  • Date: Sun, 1 Jan 2006 01:16:04 -0500 (EST)
  • References: <dp2oih$8rm$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Namrata Khemka wrote:
> Hi Everyone,
> 
> I have a procedure called "create" that returns a list of graphic objects in
> my .m file.
> I want to animate this sequence of images and display it on the
> webMathematica site.
> 
> Any ideas as to do it?
> I tried the following:
> 
>   <msp:allocateKernel>
>     <msp:evaluate>
>         MSPBlock[{ $$iteration},
>          create [$$iteration];
>         ]
>     </msp:evaluate>
>   </msp:allocateKernel>
> 
> 
> Thanks very much.
> 
> 
Hello,

You can export a list of images as an animated GIF file using Export. 
You can set the "AnimationDisplayTime" as a sub-option of 
ConversionOptions to determine the speed of the animation. Of course, 
the resultant GIF is usable on any website.

David Bailey
http://www.dbaileyconsultancy.co.uk


  • Prev by Date: Re: Declaring real variables using Element
  • Next by Date: Re: Declaring real variables using Element
  • Previous by thread: Re: Declaring real variables using Element
  • Next by thread: Re: timer