NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
ccwillia
Posts: 2
Joined: 2016-02-01T11:43:06-07:00
Authentication code: 1151

NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile

Post by ccwillia »

I downloaded the portable version of ImageMagick-6.9.3-2-portable-Q16-x64.zip. While converting both .jpg and .tif images i get the errors shown below. ImageMagick still converts the images but i would like to understand why its getting these errors. I was able to resolve the colors.xml error on my own by copying the colors.xml file from the /www/source folder into the main folder where convert.exe resides. I am unable to resolve the decode delegate error and was hoping someone could help.


convert.exe: NoDecodeDelegateForThisImageFormat `' @ error/constitute.c/ReadImag
e/501.
convert.exe: UnableToOpenConfigureFile `colors.xml' @ warning/configure.c/GetCon
figureOptions/706.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile

Post by snibgo »

The first error suggests a problem in your command. What was your command?
snibgo's IM pages: im.snibgo.com
ccwillia
Posts: 2
Joined: 2016-02-01T11:43:06-07:00
Authentication code: 1151

Re: NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile

Post by ccwillia »

Yep, I just identified an invalid parameter that i was mistakenly passing, which resolved my issue
Post Reply