Page 1 of 1

Does imageMagick compatable with windows server 2012.

Posted: 2015-01-07T16:05:23-07:00
by samreddy78
I have installed ImageMagick 6.9.0-2 Q16(64-Bit) , but looks like its not working, someone please help me how to make imageMagick work in windows server 2012.

Re: Does imageMagick compatable with windows server 2012.

Posted: 2015-01-07T22:48:17-07:00
by dlemstra
Can you be a bit more specific? What is the error message you are receiving?

Re: Does imageMagick compatable with windows server 2012.

Posted: 2015-01-08T09:05:22-07:00
by samreddy78
we used Imagemagic in VS 2010 in windows 7 and it worked well, but when we tried the same in win 2012 server we are getting this error
" WebDev.WebServer40.exe: Postscript delegate failed `The system cannot find the file specified.
' @ error/ps.c/ReadPSImage/939 "
this exception is coming when it tried to execute this line
" using (MagickImage image1 = new MagickImage(filePath)) "

Application is on 4.0 framework, target platform AnyCpu,
ImageMagick dll is Magick.Net-x86.dll.

Your help will save us alot. Thanks.

Re: Does imageMagick compatable with windows server 2012.

Posted: 2015-01-08T09:18:30-07:00
by dlemstra
You are getting this message because you are trying to read a Phostscript file. You need to install Ghostscript to make this work. If you want to use this in a commercial application you will need to buy a license. You can download it here: http://www.ghostscript.com/Releases.html.

Re: Does imageMagick compatable with windows server 2012.

Posted: 2015-01-08T09:32:42-07:00
by samreddy78
I did install the Ghostsscript (Ghost script 9.07 version for 64 bit OS) but still i'm seeing the same error, I'm i missing anything anything?

Yes, this application will be commercial and we will take licence for it once we can assure ourselves that this is working for us.

Re: Does imageMagick compatable with windows server 2012.

Posted: 2015-01-08T13:16:21-07:00
by dlemstra
Can you upgrade to Ghostscript 9.15 it is possible that your old version of Ghostscript is unable to read your file.