-delay -loop -dissolve
Posted: 2007-03-19T15:17:41-07:00
Hi. I am new to imagemagick and was wondering if anyone can help me... I have a bunch of images that I want to create an animated gif with.
I use this command:
convert -delay 100 -loop 0 images*.png anim.gif
That works great and creates an animated image, but I also need to use dissolve which is part of composite and not convert.
My question is how can I create an animated image from a bunch of images and have a dissolve between images to make them animate nicer?
Thank you for your help in advance
I use this command:
convert -delay 100 -loop 0 images*.png anim.gif
That works great and creates an animated image, but I also need to use dissolve which is part of composite and not convert.
My question is how can I create an animated image from a bunch of images and have a dissolve between images to make them animate nicer?
Thank you for your help in advance