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?".
I can not think of an easy way to do it. One way would be to make an image containing your text and use that to watermark your image.
One thing I have noticed and that is if you use a transparent background the text does not come out very well.
Anyway if nothing else is suggested you can probably have a play around with this and see if you can improve on it.
rgba sets the colour to pure red and the alpha to 0.3
Note to the wizards: changing the gravity to southeast or northeast chops off the exclamation mark. If I change the string to "Hello Wizards Everywhere!a" then it prints the full string.
Interesting el_supremo; trouble is I have not had a lot to do with graphics and still do not understand the different colour specifications along with masks and transparency!
I have tested your code and it works Ok for me using both northeast & southeast.
One thing I have noticed and that is if you use a transparent background the text does not come out very well.
Anyway if nothing else is suggested you can probably have a play around with this and see if you can improve on it.
Of course text does not come out very well if you use GIF to hold it!
GIF only has boolean transparency, That is it is on, or off. no semi-transparency.
Use PNG or MIFF for th eintermediate image. The former is more compressed and very well known.