Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
I'm using a commercial DAMS that uses ImageMagick for file conversion. Up until just recently we've had no problem creating jpg thumbnails and preview images from dngs. But one of our users has begun to use Adobe Lightroom 4 (which uses the latest ACR; v7) and suddenly our implementation of IM can no longer generate jpgs from it. Here is the error our commercial software regurgitates when it runs into the LR4/ACR7 dng:
(tuser@si-dams203): convert /opt/artesia/temp/dng/NHB2012-00226.dng -define jpeg:size=944x708 -thumbnail 472x354 -auto-orient -unsharp 0x.5 /opt/artesia/temp/dng/NHB2012-00226-S.jpg
ufraw-batch: Cannot decode file /var/tmp/magick-XX4LaqqE
convert: delegate failed `"ufraw-batch" --embedded-image --black-point=auto --exposure=auto --create-id=no "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1061.
convert: unable to open image `/var/tmp/magick-XX2LaqqE.ppm': No such file or directory @ error/blob.c/OpenBlob/2489.
convert: missing an image filename `/opt/artesia/temp/dng/NHB2012-00226-S.jpg' @ error/convert.c/ConvertImageCommand/2941.
All other dngs continue to convert to jpgs with no problem. I've attached a sample of the offending dng that causes this error. Any help would be appreciated in solving this.
--
Ken Rahaim
Smithsonian Institution
ImageMagick relies on an external delegate program to interpret DNG images. Ufraw-batch is a refactoring of dcraw. Neither can read your DNG image. Dcraw reports: