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?".
Romain
Post
by Romain » 2008-06-10T18:04:39-07:00
Hello,
I am quite new to ImageMagick. I try to get a list of the fonts installed with ImageMagick, so I run:
And I get the following error message:
Code: Select all
identify: ParseError root tag missing
Does anybody know how to fix this?
Thanks
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2008-06-11T00:05:24-07:00
convert -list font
I believe it really depends upon what fonts you have on your system (esp ttf)
Romain
Post
by Romain » 2008-06-11T03:56:56-07:00
oops, i was really tired when i posted this, I didn't realise how stupid it is, sorry for that...
Your command works better indeed
thanks!