Page 1 of 1

Personal delegates.xml

Posted: 2015-11-09T03:05:49-07:00
by snibgo
My local delegates.xml file no longer works.

My previous version, v6.9.1-6, "-debug all" showed:

Code: Select all

Searching for configure file: "C:\Users\Alan\.magick\delegates.xml"
Under 6.9.2-5, it shows:

Code: Select all

Searching for configure file: "C:\Users\Alan\AppData\Local\ImageMagick\delegates.xmldelegates.xml"
I get a similar message for magick.xml and locale.xml and english.xml.

So the location has changed, and it needs a weird filename. Creating the directory with that weird filename is a workaround.

Re: Personal delegates.xml

Posted: 2015-11-09T03:38:40-07:00
by dlemstra
This looks like a bug in the Windows implementation. I will take a look at it.

EDIT: I just pushed a patch to our GIT repository, this will be fixed in the next release of ImageMagick (6.9.2-6). We did however change the search order for the configuration files a while back. Under Windows it now searches in %LOCALAPPDATA%, %APPDATA% and %USERPROFILE% for an ImageMagick folder instead of the .magick folder.