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