Page 1 of 1

dcraw conversion options

Posted: 2020-11-04T04:05:11-07:00
by whugemann
After some experimenting, I succeeded in piping dcraw's output to ImageMagick, see viewtopic.php?f=1&t=36517&p=167986&hili ... ng#p167986.

As an alternative, I could probably edit the dcraw parameter settings in delegates.xml. However, there is only one reference to dcraw in delegates.xml, which affects the dng format:

Code: Select all

<delegate decode="dng:decode" stealth="True" command="dcraw.exe -6 -W -O &quot;%u.ppm&quot; &quot;%i&quot;"/>
Does this setting hold for all RAW formats, regardless of their file extension?