Re: Gif file?
- To: mathgroup at smc.vnet.net
- Subject: [mg23378] Re: Gif file?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 5 May 2000 02:07:11 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <8eraf5$hk8@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, in Mathematica 4.0.x Export["animated.gif",{graphics1,graphics2,graphics3,graphics4,graphics5},"GIF"] will create a animated GIF of the graphics objects graphicsi Otherwise animate from the ImageMagic suite, Corel PhotoPaint, Photoshop, PaintShop will do the job. Regards Jens Blitzer wrote: > > Question: > > I have a set of graphics made using Mathematica. I would like to "combine" > these images into an animated gif file. How can I do it? What are the > suitable software which may be used? Thanks.