IM does not see GS

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
Looney128
Posts: 1
Joined: 2011-07-28T07:07:44-07:00
Authentication code: 8675308

IM does not see GS

Post by Looney128 »

I am trying to get ImageMagick to see Goshtscript as a delegate.....I am running Windows 2008 64bit. Im gets installed to c:\ImageMagick and GS to c:\gs. I have set both directories in the path. I have installed ghostscript first....then IM. These are the following combinations I have tried...nothing works.

gs902w64.exe + ImageMagick-6.7.1-0-Q16-windows-x64-dll.exe
gs902w32.exe + ImageMagick-6.7.1-0-Q16-windows-x64-dll.exe
gs902w32.exe + ImageMagick-6.7.1-0-Q16-windows-dll.exe

someone sugested to try gs854

gs854w32-gpl.exe + ImageMagick-6.7.1-0-Q16-windows-x64-dll.exe
gs854w32-gpl.exe + ImageMagick-6.7.1-0-Q16-windows-dll.exe

So I figured I would try the GS supplied under the delegates section

gs871w64.exe + ImageMagick-6.7.1-0-Q16-windows-x64-dll.exe
gs871w32.exe + ImageMagick-6.7.1-0-Q16-windows-x64-dll.exe
gs871w32.exe + ImageMagick-6.7.1-0-Q16-windows-dll.exe

this is the delegates it sees.
C:\Users\Administrator.DODGEAD>convert -list configure

Path: [built-in]

Name Value
-------------------------------------------------------------------------------
NAME ImageMagick

Path: C:\ImageMagick\config\configure.xml

Name Value
-------------------------------------------------------------------------------
CC vs10
COPYRIGHT Copyright (C) 1999-2011 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
FEATURES OpenMP
HOST Windows
LIB_VERSION 0x671
LIB_VERSION_NUMBER 6,7,1,0
NAME ImageMagick
RELEASE_DATE 2011-07-15
VERSION 6.7.1
WEBSITE http://www.imagemagick.org

Path: configure.xml

Name Value
-------------------------------------------------------------------------------
CC vs10
COPYRIGHT Copyright (C) 1999-2011 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
FEATURES OpenMP
HOST Windows
LIB_VERSION 0x671
LIB_VERSION_NUMBER 6,7,1,0
NAME ImageMagick
RELEASE_DATE 2011-07-15
VERSION 6.7.1
WEBSITE http://www.imagemagick.org

Any help would be great. Thanks in advance.
Post Reply