Page 1 of 1

Posted: 2006-06-22T12:31:39-07:00
by Bonzo
I have only had a quick go at a simple animation and my code is here http://www.rubblewebs.co.uk/imagemagick/animation.php
You may be able to see what you want to do there and modify it.

looking at your code I would change it to this but it is probably not what you want!

Code: Select all

system("/usr/bin/convert -delay 40 xc:white 123.gif -page +5+10 123.gif -page +3+0 123.gif -loop 0 animation.gif") ;