Can the location of Ghostscript be Specified in ImageMagick?

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
BradM
Posts: 8
Joined: 2012-05-29T16:56:27-07:00
Authentication code: 13

Can the location of Ghostscript be Specified in ImageMagick?

Post by BradM »

All,

We have Ghostscript previously installed for another purpose. (It is in a different folder than C:\Program Files\gs)

Now, I would like to use it for PDF to JPG Conversion with ImageMagick.

Is there a way to tell ImageMagick of the location of the previously installed Ghostscript?

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

Re: Can the location of Ghostscript be Specified in ImageMag

Post by magick »

ImageMagick searches the Windows registry entries to find the location of Ghostscript. You should be able to install Ghostscript anywhere if you update the registry.
Post Reply