Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1862 > unrolled thread

Re: How to create an animated gif (was: How to roll up

Started bySol Lederman <sol.lederman@gmail.com>
First post2011-04-24 12:26 +0000
Last post2011-04-24 12:26 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: How to create an animated gif (was: How to roll up Sol Lederman <sol.lederman@gmail.com> - 2011-04-24 12:26 +0000

#1862 — Re: How to create an animated gif (was: How to roll up

FromSol Lederman <sol.lederman@gmail.com>
Date2011-04-24 12:26 +0000
SubjectRe: How to create an animated gif (was: How to roll up
Message-ID<ip14u5$gh2$1@smc.vnet.net>
Heike,

That did it. Thank you very much.

Sol

On Sat, Apr 23, 2011 at 9:46 AM, Heike Gramberg <heike.gramberg@gmail.com>wrote:

> To create an animated gif, you need to export a list of images, not an
> Animate object, e.g.
>
> list =
>  Table[Graphics[{Blue,
>     Table[Line[{{a - x, 0}, {0, x}, {x - a, 0}, {0, -x}, {a - x,
>         0}}], {x, 0, a}]}], {a, 0, 20}];
>
> Export["animation.gif", list]
>
> Heike.
>
>

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web