Animated GIF with zoom effect
Posted: 2017-04-29T07:53:46-07:00
I am planning to do a simple zoom effect with a picture and save it as an animated GIF.
This is my command:
But I get a gif with no animation, just showing the first frame (resize 10%).
The strange thing is that if I run the following command, I get 100 JPG with the zoom effect:
I am using ImageMagick-7.0.5-Q16 on Windows.
This is my command:
Code: Select all
magick rose: -duplicate 100 -resize %[fx:10+t]% -set delay 15 -loop 0 rose.gif
The strange thing is that if I run the following command, I get 100 JPG with the zoom effect:
Code: Select all
magick rose: -duplicate 100 -resize %[fx:10+t]% rose.jpg