dcraw conversion options

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

dcraw conversion options

Post 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?
Wolfgang Hugemann
Post Reply