Page 1 of 1

php code for this moving text.....

Posted: 2011-12-22T04:17:54-07:00
by sriducati
Hello Webmasters,
i need to create moving text image some what looks like this????

Image

Iam sure we can create it from imagemagick,,,,imagemagick can do anything...can any one help me to find php code for this???

Re: php code for this moving text.....

Posted: 2011-12-22T17:01:42-07:00
by anthony
It looks to me like someone created a series of small animations of the ninja 'slashing' each letter. These were then time appended together with the appropriate offsets to generate the much longer animation.

Time-wise Append (with offset)
http://www.imagemagick.org/Usage/anim_mods/#serial

You major complication will be dealing with the ninja becoming overlaid on top of the previous background. However a 'previous disposal' or 'cleared frame' type animation should be able to handle that complication.
http://www.imagemagick.org/Usage/anim_basics/#cleared