Creating Animated Gif from merging multiple images
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
Creating Animated Gif from merging multiple images
How can I create an animated gif from multiple images with a certain pause length. I want to make something like this: http://www.ubanimator.com
-
brendandonhue
- Forum Commoner
- Posts: 71
- Joined: Mon Sep 25, 2006 3:21 pm
You can use the exec functions to do something like this with imagemagick:
convert -delay 10 image*.gif animated.gif
convert -delay 10 image*.gif animated.gif
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
-
brendandonhue
- Forum Commoner
- Posts: 71
- Joined: Mon Sep 25, 2006 3:21 pm
Without exec functions, you can use this class:
http://www.phpclasses.org/browse/package/3163.html
http://www.phpclasses.org/browse/package/3163.html
Re: Creating Animated Gif from merging multiple images
Photoshop.psychotomus wrote:How can I create an animated gif from multiple images with a certain pause length. I want to make something like this: http://www.ubanimator.com
If you create a file and save the animation frames per layer. You can then "jump to imageready", Which is Adobe's Animated gif editing program. And set a key frame to unhide a certain layer for a given amount of time.
Without these two programs, I have no idea.
create an animated gif from multiple images
Try software named AnyToGif, it allows you to convert any image(BMP, JPEG, PNG...) to gif-format image and edit it by means of such function as rotating, stretch, crop, border, etc.
Using AnyToGif you can convert images in a few mouse clicks.
1.Choose folder which contains the images.
2.Choose images which should be transformed.
3.Change image options and press button "Convert Selection".
more information: http://www.qweas.com/download/graphics/ ... ytogif.htm

Using AnyToGif you can convert images in a few mouse clicks.
1.Choose folder which contains the images.
2.Choose images which should be transformed.
3.Change image options and press button "Convert Selection".
more information: http://www.qweas.com/download/graphics/ ... ytogif.htm