Error converting CR2 an JPG files
Posted: 2011-01-17T02:19:23-07:00
Hi there,
i can't undestand this error that never appear before:
The command used to convert the imeges is:
Also i have a similar error converting CR2 files:
Command used is:
Can you help me please?
I installed ImageMagick on MacPorts on my Macintosh.
I tried to find other similar errors but i didn't find it yet.
Best regards
i can't undestand this error that never appear before:
Code: Select all
convert: missing an image filename `prova*.JPG' @ error/convert.c/ConvertImageCommand/2970.
Code: Select all
convert -quality 85 -density 72 -resize 800x533 -fill white -pointsize 15 -font Times-BoldItalic -draw "text 10,15 '© TechnoPhil - www.technophil.sm' " *.JPG
Code: Select all
dyld: Library not loaded: /opt/local/lib/libpng12.0.dylib
Referenced from: /opt/local/bin/ufraw-batch
Reason: image not found
mogrify: delegate failed `"/opt/local/bin/ufraw-batch" --silent --wb=camera --black-point=auto --exposure=auto --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1061.
mogrify: unable to open image `/var/tmp/magick-YqTtMq1M.ppm': No such file or directory @ error/blob.c/OpenBlob/2584.
Code: Select all
sudo mogrify -format JPG -quality 85 -density 72 -resize 2000x1333 -fill white -pointsize 40 -font Times-BoldItalic -draw "text 20,50 '© TechnoPhil - www.technophil.sm' " *.CR2
I installed ImageMagick on MacPorts on my Macintosh.
I tried to find other similar errors but i didn't find it yet.
Best regards