Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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.
convert: missing an image filename `prova*.JPG' @ error/convert.c/ConvertImageCommand/2970.
You only provided one image. You need to specify two (one input and one output).
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.
seems like ufraw delegate library in mis-installed or in the wrong location for IM to find it.
convert: missing an image filename `prova*.JPG' @ error/convert.c/ConvertImageCommand/2970.
You only provided one image. You need to specify two (one input and one output).
Are you shure? I want to convert files in batch, how can i do? I cannot set an output name because it would be the same.
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.
seems like ufraw delegate library in mis-installed or in the wrong location for IM to find it.
On the other hands i prefer to use dcraw because is more quick then ufraw.
In macintosh is not easy to install ufraw because there are lot's of dependencies and it takes 2 houres more or less!