Convert.exe error in deployment windows machine

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
mail2vguna
Posts: 20
Joined: 2015-06-04T07:52:46-07:00
Authentication code: 6789

Convert.exe error in deployment windows machine

Post by mail2vguna »

Hi

I am using convert.exe from imagemagick in my .NET application. i have installed imagemagick in my windows PC. In development machine its working properly.

When i deploy the application in windows server 2012 R2 i am getting following error in convert.exe

convert.exe: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/Get
ConfigureOptions/706.
convert.exe: RegistryKeyLookupFailed `CoderModulesPath' @ error/module.c/GetMagi
ckModulePath/662.
convert.exe: NoDecodeDelegateForThisImageFormat `PNG' @ error/constitute.c/ReadI
mage/501.
convert.exe: NoImagesDefined `image300.jpg' @ error/convert.c/ConvertImageComman
d/3212.

If i install the imagemagick in deployment machine(windiws server 2012 R2) application working. But i dont want to install the imagemagick in deployment machine.

How can i fix this above error.
Kindly do the help.

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

Re: Convert.exe error in deployment windows machine

Post by dlemstra »

You might want to take a look at the wrapper that I created for .NET. You don't need to install ImageMagick, only the c++ redistributable.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
mail2vguna
Posts: 20
Joined: 2015-06-04T07:52:46-07:00
Authentication code: 6789

Re: Convert.exe error in deployment windows machine

Post by mail2vguna »

Hi

Yes please.

Can you check this link
viewtopic.php?f=6&t=26856&p=118683&hili ... TH#p118683

and how can i use MAGICK_CODER_MODULE_PATH in environmental variable.

Please help me

Regards
Guna
Post Reply