Page 1 of 1

dcraw delegate

Posted: 2008-07-21T16:59:12-07:00
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"' />