Code: Select all
convert \
-font "./verdana.ttf" \
-fill "#101411" -pointsize 33 -gravity "West" \
-draw "text 1,0 'foobar'" \
bg.png \
text.png
I've also tried compiling from source -- the same version as my debian box.. 6.2.4, as well as 6.4.4-10.. both of which don't work.
Anyone have any idea what might be wrong/missing? 'convert' does not throw any errors, only it doesn't add the text to the image.
Any help would be greatly appreciated
Dan