Hi,
I have two versions of Ghostscript installed on my windows machine. ImageMagick is using the incorrect one. How to I tell ImageMagick which one to use?
Thanks,
Ronald
Ghostscript on Windows
-
- Posts: 7
- Joined: 2011-03-25T09:06:07-07:00
- Authentication code: 8675308
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Ghostscript on Windows
Check the PATH environment variable. It probably has the wrong one in the PATH.
Pete
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
-
- Posts: 7
- Joined: 2011-03-25T09:06:07-07:00
- Authentication code: 8675308
Re: Ghostscript on Windows
Hi Pete,
no - this is not the problem.
no - this is not the problem.
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Ghostscript on Windows
I've just been digging around in the code and IM gets the path to ghostscript from the registry. You would probably have to reinstall the one you want IM to use (or meddle with the registry which I wouldn't recommend).
It searches both HKEY_CURRENT_USER\SOFTWARE and HKEY_LOCAL_MACHINE\SOFTWARE for one of these versions:
Pete
It searches both HKEY_CURRENT_USER\SOFTWARE and HKEY_LOCAL_MACHINE\SOFTWARE for one of these versions:
Code: Select all
"GPL Ghostscript",
"GNU Ghostscript",
"AFPL Ghostscript",
"Aladdin Ghostscript"
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
-
- Posts: 7
- Joined: 2011-03-25T09:06:07-07:00
- Authentication code: 8675308
Re: Ghostscript on Windows
Hi Pete,
thanks for taking the time for digging this up for me. I appreciate it.
Best,
Ronald
thanks for taking the time for digging this up for me. I appreciate it.
Best,
Ronald