Does imageMagick compatable with windows server 2012.

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
samreddy78
Posts: 3
Joined: 2015-01-07T15:53:43-07:00
Authentication code: 6789

Does imageMagick compatable with windows server 2012.

Post 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.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Does imageMagick compatable with windows server 2012.

Post by dlemstra »

Can you be a bit more specific? What is the error message you are receiving?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
samreddy78
Posts: 3
Joined: 2015-01-07T15:53:43-07:00
Authentication code: 6789

Re: Does imageMagick compatable with windows server 2012.

Post 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.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Does imageMagick compatable with windows server 2012.

Post 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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
samreddy78
Posts: 3
Joined: 2015-01-07T15:53:43-07:00
Authentication code: 6789

Re: Does imageMagick compatable with windows server 2012.

Post 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.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Does imageMagick compatable with windows server 2012.

Post by dlemstra »

Can you upgrade to Ghostscript 9.15 it is possible that your old version of Ghostscript is unable to read your file.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply