Page 1 of 1

Magick++_Demo 'Unable to read font'...

Posted: 2014-07-20T18:43:10-07:00
by TheProfessor
I believe this error to be related to my NoDecodeDelegateForThisImageFormat problem here, as I've been trying to resolve it for a few days now to no avail. Either installing the libpng library didn't work or I didn't do it correctly, I have no means of knowing.

I compiled and ran the Magick++ Demo included in the ImageMagick-6.8.9-Q16 installer and I have literally hundreds of errors consisting nearly of "Unable to read..." as well as "Failed to execute command..." and so on.

If anyone can tell me how to get the log of the output I could post it up as well, perhaps if I can resolve this I can resolve my primary error.

Screenshot:
Image

Re: Magick++_Demo 'Unable to read font'...

Posted: 2014-07-20T18:50:03-07:00
by snibgo
It is failing to execute gswin32c.exe. This is Ghostscript. Have you installed Ghostscript? If not, then that is the problem. (Well, one of them.)

Re: Magick++_Demo 'Unable to read font'...

Posted: 2014-07-21T11:13:42-07:00
by TheProfessor
Nope I don't have it, I managed to solve the linked problem by switching my compiler to Visual Studio's 2010 mode to "Release", I think that might need to be looked into.