[magick-users] help with overlaying text

Fred Weinhaus fmw at alink.net
Tue Apr 1 20:45:29 PDT 2008


convert -background none -font poor-richard -pointsize 24 -fill blue \
	-gravity center label:"My Text Here" tmp.png


see various methods for making text into images:
http://www.imagemagick.org/Usage/text/#label
http://www.imagemagick.org/Usage/text/#draw
http://www.imagemagick.org/Usage/text/#annotate


http://www.imagemagick.org/Usage/canvas/#other   (transparent canvas)


you might want to look at my new script, texteffects, which can be found at
http://www.fmwconcepts.com/imagemagick/index.html





>I have read for 3 hours but can't find how to make the picture image
>show through behind the text.  I get a box around the text that covers
>the picture.  How do I make the color inside the box transparent?
>
>
>
>convert -size 300x -background transparent -fill blue -font poor-richard
>label:"My Text Here" text.jpg
>
>composite -geometry +200+1 text.jpg picture.jpg result.jpg
>
>
>
>Thanks,
>
>Keith


More information about the Magick-users mailing list