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