ParseError root tag missing

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
Romain

ParseError root tag missing

Post by Romain »

Hello,

I am quite new to ImageMagick. I try to get a list of the fonts installed with ImageMagick, so I run:

Code: Select all

identify -list TrueColor
And I get the following error message:

Code: Select all

identify: ParseError root tag missing
Does anybody know how to fix this?

Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: ParseError root tag missing

Post by fmw42 »

convert -list font

I believe it really depends upon what fonts you have on your system (esp ttf)
Romain

Re: ParseError root tag missing

Post by Romain »

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 :D

thanks!
Post Reply