errors

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
Hedz0qxz

errors

Post by Hedz0qxz »

convert: UnableToOpenConfigureFile `colors.xml'.
convert: UnableToOpenConfigureFile `delegates.xml'.
convert: NoDecodeDelegateForThisImageFormat `/**/w/images/e/e4/Vulgarijevlag.JPG'.
convert: MissingAnImageFilename `/**/w/images/thumb/e/e4/Vulgarijevlag.JPG/200px-Vulgarijevlag.JPG'.

I get this error when I add images to my wiki. You guys probably know what is wrong.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: errors

Post by fmw42 »

does

convert -list configure

show jpeg in the list of DELEGATES?

If not you need to install any delegate libraries that might be associated with image types you want IM to handle.

On my system I get:

DELEGATES bzlib fftw fontconfig freetype gs jpeg jng jp2 lcms lqr openexr png tiff x11 xml zlib
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: errors

Post by magick »

ImageMagick cannot find its configuration files. It may be a file permission problem. Type
  • convert -debug configure logo: null:
The debugging output tells you where ImageMagick is looking for its configuration files. Verify they exist and are readable in at least one of the locations specified in the debugging output.
Post Reply