Page 1 of 1

type-ghostscript.xml

Posted: 2006-10-13T09:32:55-07:00
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

Posted: 2006-10-13T10:38:06-07:00
by magick
We can reproduce the problem and will have an updated Windows binary distribution with a patch within a few days.

Posted: 2006-10-13T12:47:21-07:00
by el_supremo
Thanks!!

Pete