underline in caption text

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
pinguino
Posts: 1
Joined: 2015-03-09T09:33:33-07:00
Authentication code: 6789

underline in caption text

Post by pinguino »

Hello everyone,
I wanted to use imagemagick to convert text into an image.

convert -background none -undercolor none -fill white -font "Ariel" -size 520x520 -interline-spacing -15 -gravity Center caption:"Lorem ipsum dolor sit amet, consectetur adipisci elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua." text.png

My problem is that I want "underline" this text. How can I do?

thank you
Post Reply