The basic command is:
Code: Select all
convert -background "#FFCC99" -fill '#993333' -pointsize 11 -font Verdana-Regular -size 200x14 label: "foo" foo.png
I thought possibly with the geometry offset option; however, I didn't have much success with that.
I would like to specify leading points. How can I do that?
Thank you.