Personal delegates.xml

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Personal delegates.xml

Post 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.
snibgo's IM pages: im.snibgo.com
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Personal delegates.xml

Post 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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply