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.
NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile
The first error suggests a problem in your command. What was your command?
snibgo's IM pages: im.snibgo.com
Re: NoDecodeDelegateForThisImageFormat and UnableToOpenConfigureFile
Yep, I just identified an invalid parameter that i was mistakenly passing, which resolved my issue