How to change delay of certain images in a sequence
Posted: 2008-04-06T03:49:18-07:00
For example I have 3 images and i want to do morphing between them.
But my goal is to make delay bigger than 10 on these images.
I'm new in ImageMagick so i can't see any other way than to and then convert it to animation by setting paticular delay for every image in sequence. I find it very complex way and i'd be grateful if you help me with that. Thank you!
Code: Select all
convert -delay 10 1.jpg 2.jpg 3.jpg -clone 0 -morph 3 -delete 0 output.gif
I'm new in ImageMagick so i can't see any other way than to
Code: Select all
+adjoin output.gif output_%02d.gif