underline in annotate (command line)

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?".
Post Reply
Ravinderjit S.Sidhu

underline in annotate (command line)

Post by Ravinderjit S.Sidhu »

http://www.imagemagick.org/Usage/text/

Code: Select all

convert -size 320x100 xc:lightblue -font Candice -pointsize 72 \
           -fill blue  -annotate +25+70 'Anthony'    annotate.gif
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)
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: underline in annotate (command line)

Post by anthony »

Sorry only the -draw has the 'decorate' option.
See http://imagemagick.org/Usage/text/#draw
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply