I want to write some message on a semi transparent background.
So, I am using this code :
Code: Select all
/usr/local/bin/convert -size 250x -background '#aaff00' -alpha set -channel A -evaluate set 50% -font Verdana -density 96 -pointsize 14 -fill '#e80b0b' -gravity Center caption:'Long Test Message' output.png
I don't want the capton to be transparent.
I need to composite this image on another image.
Please suggest.
Thanks
(I am using the latest IM version on linux centos 6)