Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #1862
| From | Sol Lederman <sol.lederman@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: How to create an animated gif (was: How to roll up |
| Date | 2011-04-24 12:26 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <ip14u5$gh2$1@smc.vnet.net> (permalink) |
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.
>
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: How to create an animated gif (was: How to roll up Sol Lederman <sol.lederman@gmail.com> - 2011-04-24 12:26 +0000
csiph-web