Can't convert orf into jpg
Posted: 2014-04-22T09:56:55-07:00
Hello everybody
I'd like to convert a list of .orf-files into a list of .jpg-files. I tried it this way for a single file:
Edos-MacBook:Schreibtisch Edo$ identify -list format | grep -i orf
ORF DNG r-- Olympus Digital Camera Raw Image File
Edos-MacBook:Schreibtisch Edo$ convert P4306546.ORF -resize 99.2% P4306546.jpg
convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1065.
convert: unable to open image `/var/tmp/magick-45631Etx90n4IrjV.ppm': No such file or directory @ error/blob.c/OpenBlob/2643.
convert: no images defined `P4306546.jpg' @ error/convert.c/ConvertImageCommand/3145.
Unfortunately, I don't understand the error message. Could you please suggest me a solution?
Many thanks in advance
Edo
I'd like to convert a list of .orf-files into a list of .jpg-files. I tried it this way for a single file:
Edos-MacBook:Schreibtisch Edo$ identify -list format | grep -i orf
ORF DNG r-- Olympus Digital Camera Raw Image File
Edos-MacBook:Schreibtisch Edo$ convert P4306546.ORF -resize 99.2% P4306546.jpg
convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1065.
convert: unable to open image `/var/tmp/magick-45631Etx90n4IrjV.ppm': No such file or directory @ error/blob.c/OpenBlob/2643.
convert: no images defined `P4306546.jpg' @ error/convert.c/ConvertImageCommand/3145.
Unfortunately, I don't understand the error message. Could you please suggest me a solution?
Many thanks in advance
Edo