Thanks for pointing it out !
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -6 -w -o "%u.ppm" "%i""/>
I hope its alphabet 'o' not number 0 (zero). Anyway i tried both and error message is below :
sh-3.2# convert dcraw8:test.CR2 test.png
convert: unable to open image `/var/tmp/magick-23253eD8FpkC9lh0E': No such file or directory @ error/blob.c/OpenBlob/2643.
convert: unable to open file `/var/tmp/magick-23253eD8FpkC9lh0E': No such file or directory @ error/constitute.c/ReadImage/591.
convert: no images defined `test.png' @ error/convert.c/ConvertImageCommand/3108.
Need Help Urgently: Convert CR2 to png
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Need Help Urgently: Convert CR2 to png
perhaps it is capital -O not -o? I am not sure but are unix arguments not case sensitive.dlemstra wrote:You are missing the '-O' option.
Re: Need Help Urgently: Convert CR2 to png
No..not capital O :
Unknown option "-O".
convert: delegate failed `/opt/local/bin/dcraw -6 -w -O "%u.ppm" "%i"' @ error/delegate.c/InvokeDelegate/1065.
Unknown option "-O".
convert: delegate failed `/opt/local/bin/dcraw -6 -w -O "%u.ppm" "%i"' @ error/delegate.c/InvokeDelegate/1065.
Re: Need Help Urgently: Convert CR2 to png
I was going through several other post and came to know that recent version of dcraw doesn't support "-o".
Is there a way to use same version of dcraw and implement this ?
Is there a way to use same version of dcraw and implement this ?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Need Help Urgently: Convert CR2 to png
It is capital letter "O". See thread viewtopic.php?f=2&t=22606
snibgo's IM pages: im.snibgo.com