dcraw conversion options
Posted: 2020-11-04T04:05:11-07:00
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:
Does this setting hold for all RAW formats, regardless of their file extension?
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 "%u.ppm" "%i""/>