unable to convert raw images
Posted: 2015-07-06T09:25:55-07:00
I installed ImageMagick6.9.1 in my fedora 18 together with ufraw-0.22
(from source)
everything installed ok.
But when I run
convert -verbose /home/jenny/IMG_5955.CR2 /home/jenny/IMG_5955.png
I get
I am at a loss.
(from source)
everything installed ok.
But when I run
convert -verbose /home/jenny/IMG_5955.CR2 /home/jenny/IMG_5955.png
I get
Code: Select all
"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=/tmp/magick-12526Vo30i1lVwHJm.png" "/tmp/magick-12526PuarTWMsIHtX"
"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=/tmp/magick-12526MrA2ryQdoFgx.png" "/tmp/magick-12526I6V2pqOfMG36"
convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1332.
convert: unable to open image `/tmp/magick-12526Vo30i1lVwHJm.ppm': No such file or directory @ error/blob.c/OpenBlob/2697.
convert: no images defined `/home/jenny/IMG_5955.jpg' @ error/convert.c/ConvertImageCommand/3212.
I am at a loss.