underline in annotate (command line)
Posted: 2007-10-22T05:06:29-07:00
http://www.imagemagick.org/Usage/text/
I am looking for the underline in annotate....but i could not find.
please help me underline the above output.
(I know that underline is possible in "-draw text" method....but i need it in annotate...because this will only solve by purpose)
Code: Select all
convert -size 320x100 xc:lightblue -font Candice -pointsize 72 \
-fill blue -annotate +25+70 'Anthony' annotate.gif
please help me underline the above output.
(I know that underline is possible in "-draw text" method....but i need it in annotate...because this will only solve by purpose)