Raining 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
weedeater64
Posts: 5
Joined: 2011-11-16T17:50:06-07:00
Authentication code: 8675308

Raining text.

Post by weedeater64 »

I've done some very simple annimated gifs via imagemagick cli tools.

I'm wondering if it is possible to take an image and overlay it with raining text, a word or phrase as raindrops.

If so, could someone just give me a brief bullet point list of which tools to use?

Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Raining text.

Post by fmw42 »

Not sure I understand what raining text means. But if you want to merge two animations, see http://www.imagemagick.org/Usage/anim_mods/#merging
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Raining text.

Post by snibgo »

This might be an effect often seen in videos, where letters for a caption drop gently into place, or fly in from the edge of the frame, or whatever.

If that's what you want, I suggest you look at video editors. It could be done with ImageMagick and a complex script, but it wouldn't be trivial. This would actually work in reverse: start with the caption, work out the placement of each character, then make images with each character displaced from the original position. Assemble the video frames in the reverse order.
snibgo's IM pages: im.snibgo.com
Post Reply