dcraw delegate

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
theorysavage

dcraw delegate

Post by theorysavage »

On the installs I've seen, the dcraw delegate is:

<delegate decode="cr2" thread-support="False"
command='"/usr/bin/dcraw" -3 -w -c "%i" > "%o"' />

and CR2 hasn't worked for me unless I change the "-3" to "-T":

<delegate decode="cr2" thread-support="False"
command='"/usr/bin/dcraw" -T -w -c "%i" > "%o"' />
Post Reply