I am an amateur to ImageMagick, please forgive me if this is a rookie mistake.
I am now working on using IM to generate formated text to an image, and after reading the IM docs, I think using Pango Markup could be the suitable solution to it. (Tell me if there's a better way for it.)
I installed Pango and IM with HomeBrew(I am on OSX Mountain Lion), and tried the basic sample command from: http://www.imagemagick.org/Usage/text/#pango
Code: Select all
convert -background lightblue pango:"Anthony Thyssen" pango.gif
Code: Select all
convert -background lightblue pango:"Anthony Thyssen" pango.gif
convert: unable to open image `Anthony Thyssen': No such file or directory @ error/blob.c/OpenBlob/2617.
convert: no decode delegate for this image format `Anthony Thyssen' @ error/constitute.c/ReadImage/544.
convert: no images defined `pango.gif' @ error/convert.c/ConvertImageCommand/3032.
Code: Select all
PANGO* PANGO --- Pango Markup Language
Code: Select all
convert -list format
Thanks a lot.