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 have prepaded a 512x512 pure white image.png beforehand.
The annotate command does render text, but the font is incorrect. It does not render it in GohuFont, but what I think is Nimbus Sans. It may entirely be possible that the font is not correctly configured, but GohuFont works as my terminal font as well as if I try to change it in Firefox, so I think it might be configured right.
The draw command does not seem to work. Not even one of the both primitive types.
Honestly the examples here http://imagemagick.org/www/conjure.html seem to be somewhat insufficient for me. Do I hove some error in the script or in the conjure arguments?
Your suggested draw methid works, thank you. I have an additional question though. The draw primitive text works only if the text is part of the primitive attrubute, but it does not work if it's a part of text attribute.
<draw primitive="text 80,90 'lorem ipsumRR'" fill="#00f" family="GohuFont" pointsize="6" antialias="false"/> works (wrong font though), but
<draw primitive="text 80,90" text="lorem ipsumRR" fill="#00f" family="GohuFont" pointsize="6" antialias="false"/> does not
See http://www.imagemagick.org/Usage/ near the bottom of the page under Font Usage. There is a script that finds all the fonts on your system and makes them available to ImageMagick.