Page 1 of 1

Embedded version of delegates.xml is outdated

Posted: 2015-01-20T07:11:12-07:00
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?

Re: Embedded version of delegates.xml is outdated

Posted: 2015-01-20T10:00:25-07:00
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.

Re: Embedded version of delegates.xml is outdated

Posted: 2015-01-20T10:52:25-07:00
by Koen
Great :D