Page 1 of 1

errors

Posted: 2009-08-07T10:34:37-07:00
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.

Re: errors

Posted: 2009-08-07T10:46:49-07:00
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

Re: errors

Posted: 2009-08-07T10:58:24-07:00
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.