Background: Ubuntu Edgy Eft (all updates), IM 6.2.4, dcraw 8.38
Just installed minutes ago using:
Code: Select all
sudo apt-get install dcraw
sudo apt-get install iamgemagick
I tried searching here, but the search wasn't working -- I was getting a page not found error. I browsed through 4 pages before deciding to just add another thread. My apologies if this has been mentioned before.
Looking through the options for dcraw, there doesn't appear to be an option tied to
"-3". Not sure what that is there to accomplish.
I can convert a RAW file in one-ish step using
Code: Select all
dcraw -w -c rawfile.raw | convert - -resize 100x100 test.png
but convert rawfile.raw -resize 100x100 test.png produces the error in the subject:
Code: Select all
convert: Delegate failed `"dcraw" -3 -w -c "%i" > "%o"'.
Let me know if there is anything else I can do to help. I'm not terribly savvy compiling my own software, which is why I am not using the most recent CVS copy. If that is fixed there, again, my apologies.
Thanks,
Nate