php code for this moving text.....

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
sriducati
Posts: 28
Joined: 2011-11-28T08:11:59-07:00
Authentication code: 8675308

php code for this moving text.....

Post 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???
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

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

Post 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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply