GhostScript location (windows7 x64)

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
KML
Posts: 2
Joined: 2012-09-21T01:17:14-07:00
Authentication code: 67789

GhostScript location (windows7 x64)

Post by KML »

Hi Guys,

I have this structure in some folder:
  • ..
  • gsdll32.dll
  • convert.exe
  • gswin32c.exe
It works fine until I install some old version of GS, in this case convert.exe takes a path to GS from the registry

Code: Select all

convert.exe: `%s' (%d) "C:/Program Files/gs/gs8.71/bin/gswin64c.exe"
I would like to use my GS which placed in the same folder as convert.exe, is it possible?
Last edited by KML on 2012-09-23T23:47:15-07:00, edited 1 time in total.
KML
Posts: 2
Joined: 2012-09-21T01:17:14-07:00
Authentication code: 67789

Re: GhostScript location (windows)

Post by KML »

One more question, why x32 convert.exe uses x64 ghostscript? :shock:
Post Reply