type-ghostscript.xml

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
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

type-ghostscript.xml

Post by el_supremo »

I uninstalled the existing IM 6.2.6 and installed Ghostscript 8.54. I then installed IM 6.2.9-8 Q8.
When I run

Code: Select all

identify -list type
the output lists all available fonts including those with GS. But then identify gives the error message:

Code: Select all

identify: unable to open file 'type-ghostscript.xml': No such file or directory.
The type list from identify correctly identifies the pathname for the xml as C:\Program Files\ImageMagick-6.2.9-Q8\config\type-ghostscript.xml at the head of the GS fonts.
I can't figure out why identify is complaining about not being able to open the file when it obviously has found it.
Adding the path to GS in MAGICK_FONT_PATH makes no difference.
Any ideas?

Pete
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We can reproduce the problem and will have an updated Windows binary distribution with a patch within a few days.
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Post by el_supremo »

Thanks!!

Pete
Post Reply