animated text in cli?

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
mediman

animated text in cli?

Post by mediman »

I use IM on commandline and all works great, but there are two things i cant figure out since month.

1. i want to give an text an animated texture. i tried it in the way magickstudio makes it, but no animation. i think it has to do with the compose -atop.

anyone can tell me an example (i am using CLI)

2. i want to give some thumbnails a "bubble glas effect", i have no idea how to do this ...

anyone can help me with this? ideas?

thx in advance

mediman
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

For Animation and Text overlaying for animations see IM Examples
http://www.cit.gu.edu.au/~anthony/graph ... annotating
and the next few example sets.

Actually I recomend you read both IM Example sections on Animation Basics and Animation Modifications. Yes more examples are needed but I needed to get color redction out of the way before I could get back to animation examples.


As for Bubble Glass, Look at the Aqua and Gel examples in the advanced section of IM. It produces something like you want.
http://www.cit.gu.edu.au/~anthony/graph ... el_effects
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply