error message using convert

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
PaulAThompson
Posts: 26
Joined: 2012-06-23T10:50:36-07:00
Authentication code: 13

error message using convert

Post by PaulAThompson »

I get the following error message:

convert.exe: unable to access configure file 'configure.xml' blah blah blah

I am running IM using a minGW shell

convert -list configure

generates the error

convert xxx.jpg yyy.jpg

runs clean
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: error message using convert

Post by fmw42 »

You probably should specify what version of ImageMagick and what version of Windows and also version of MINGW. Were there any error messages when installing MINGW or ImageMagick. Did you install ImageMagick from binary or source?

I note that ImageMagick-i686-pc-mingw32.tar.gz appears to be for 32-bit system? Was your Windows 32-bit or 64-bit?

These are just some simple things to check. Sorry I am not a Windows user, so know little about the specifics on Windows.
PaulAThompson
Posts: 26
Joined: 2012-06-23T10:50:36-07:00
Authentication code: 13

Re: error message using convert

Post by PaulAThompson »

Fred:

Thanks for your comment and suggestion. The error was caused by a setup malfunction in the install program. I made the error go away by copying the confingure.xml file from one place to a proper location. What a PITA.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: error message using convert

Post by fmw42 »

Glad to hear that you found the solution.
Post Reply