Images not created on destination path

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
shweta
Posts: 1
Joined: 2014-11-26T07:18:12-07:00
Authentication code: 6789

Images not created on destination path

Post by shweta »

Hi All,

We are using imagemagick on one of our windows 2008 server. When I try to convert images via command line, it is working perfectly fine.

We have hosed a .NET application in IIS on the same server, while our developer is trying to call convert.exe via IIS, there are not images created on the destination path. He is not getting any error in the logs of application even.

Any idea?

Regards,
Shweta
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Images not created on destination path

Post by dlemstra »

It is probably using the convert.exe from Windows instead of Imagemagick. Try using the full path instead.

You could also create the .NET library I created. You can find it here: http://magick.codeplex.com
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply