问题描述
我使用图像魔术来创建了变形动画.我正在使用此参考页
我通过上面的命令得到了这张图片.
我也想反转动画.请帮助我.
我会尝试:
转换-delay 20 whitecar redcar whitecar -morph 14 g2b.gif
I have created the morphing animation using image magick. i am using this reference page Imagemagick transitions between multiple images -- need idea
I have used this code to do the above
convert -delay 20 *.jpg -morph 14 g2b.gif
And now i am getting perfect animation for one way. means it is animated from start point to end point. but i want the reverse way also.
There are 2 images and i want to create a morphing animation from both side.
I have got one way animation from the two images.
convert -delay 20 *.jpg -morph 14 g2b.gif
I want the animation from both side. From the start point and the from the end to start point in the reverse order.
I got this image by using the above command.
I want to reverse animation also. Please help me in this.
I would try:
convert -delay 20 whitecar redcar whitecar -morph 14 g2b.gif
这篇关于通过启动图像来反转变形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!