Embedded version of delegates.xml is outdated

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
Koen
Posts: 4
Joined: 2014-01-28T06:29:36-07:00
Authentication code: 6789

Embedded version of delegates.xml is outdated

Post by Koen »

In magick/delegate.c, the DelegateMap contains a version of delegates.xml to be used in case the delegates.xml file cannot be found.
That's great. However, for the dng:decode entry (haven't checked the others), the command-line used is very different from the one in the config/delegates.xml.in template. The version embedded in the .c file is outdated, and doesn't work with newer ufraw-batch versions since at least 5 years. With this old command-line, you get errors of the form:

Code: Select all

ufraw-batch: Output type 'ppm16' is deprecated
Magick: UnableToOpenBlob `/tmp/magick-24587gxlRUcTZuRaU.ppm': No such file or directory @ error/blob.c/OpenBlob/2647
Could you update the embedded delegate map?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Embedded version of delegates.xml is outdated

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.9.0-5 Beta available by sometime tomorrow. Thanks.
Koen
Posts: 4
Joined: 2014-01-28T06:29:36-07:00
Authentication code: 6789

Re: Embedded version of delegates.xml is outdated

Post by Koen »

Great :D
Post Reply