Does imageMagick compatable with windows server 2012.
-
- Posts: 3
- Joined: 2015-01-07T15:53:43-07:00
- Authentication code: 6789
Does imageMagick compatable with windows server 2012.
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.
Can you be a bit more specific? What is the error message you are receiving?
-
- Posts: 3
- Joined: 2015-01-07T15:53:43-07:00
- Authentication code: 6789
Re: Does imageMagick compatable with windows server 2012.
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.
" 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.
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.
-
- Posts: 3
- Joined: 2015-01-07T15:53:43-07:00
- Authentication code: 6789
Re: Does imageMagick compatable with windows server 2012.
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.
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.
Can you upgrade to Ghostscript 9.15 it is possible that your old version of Ghostscript is unable to read your file.