Page 1 of 1

ParseError root tag missing

Posted: 2008-06-10T18:04:39-07:00
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

Re: ParseError root tag missing

Posted: 2008-06-11T00:05:24-07:00
by fmw42
convert -list font

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

Re: ParseError root tag missing

Posted: 2008-06-11T03:56:56-07:00
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!