Distort animation without the -duplicate command?
Posted: 2012-02-10T09:52:13-07:00
Hi everyone,
I'm using an old version of IM that does not have the duplicate command (version 6.6.0-4, because it is the only available version on my platform, maemo OS and using N900)
I would like to create a tile that animates like this
using this command
I read on the tutorial that I can use the clone command, but I don't know how to use it in this case.
Thanks for any help
I'm using an old version of IM that does not have the duplicate command (version 6.6.0-4, because it is the only available version on my platform, maemo OS and using N900)
I would like to create a tile that animates like this
using this command
Code: Select all
convert rose: -duplicate 29 -virtual-pixel tile \
-distort SRT '0,0 1, 0, %[fx:w*t/n],%[fx:h*t/n]' \
-set delay 10 -loop 0 rose_diagonal_roll.gif
Thanks for any help