Here is the delegates.xml line for ufraw that I'm using...
Code: Select all
<delegate decode="dng:decode" command=""ufraw-batch" --create-id=also --out-type=tiff16 --output=%u.png "%i""/>
I hope this helps (someone) out there.
Code: Select all
<delegate decode="dng:decode" command=""ufraw-batch" --create-id=also --out-type=tiff16 --output=%u.png "%i""/>
Code: Select all
/usr/local/Cellar/imagemagick/6.8.7-7/etc/ImageMagick-6/delegates.xml
Code: Select all
convert -verbose 000000.dng 000000.png
"ufraw-batch" --create-id=also --out-type=tiff16 --out-depth=16 "--output=/var/tmp/magick-46141j8xM1nXIStdI.png" "/var/tmp/magick-46141mOs-7riRLd92"
convert: delegate failed `"ufraw-batch" --create-id=also --out-type=tiff16 --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1065.
convert: unable to open image `/var/tmp/magick-46141j8xM1nXIStdI.ppm': No such file or directory @ error/blob.c/OpenBlob/2643.
convert: no images defined `000000.png' @ error/convert.c/ConvertImageCommand/3145.
Code: Select all
% brew install ufraw