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?".
tksharpless
Posts: 9 Joined: 2015-11-21T11:45:38-07:00
Authentication code: 1151
Post
by tksharpless » 2016-08-26T12:27:05-07:00
Version: ImageMagick 6.9.2-6 Q16 x64 2015-11-14
Problem: trying to convert .dng files generated by Lightroom cc HDR merge. E.G. identify gives
F:\Photo\Porch-hdr-26Aug16>identify -verbose DSC01800-HDR.dng
Cannot decode file C:/Users/User/AppData/Local/Temp/magick-5260itke8nH0QyLJ
identify.exe: delegate failed `dcraw.exe -6 -w -O "%u.ppm" "%i"' @ error/delegate.c/InvokeDelegate/1332.
identify.exe: unable to open image `C:/Users/User/AppData/Local/Temp/magick-52607p0KwqjseyMe.ppm': No such file or directory @ error/blob.c/OpenBlob/2701.
BTW another program (PTGui) that uses dcraw also reports it cannot read these files.
Any known workaround?
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2016-08-26T12:39:08-07:00
Try using dcraw directly, eg:
If that doesn't work, then perhaps the dng is corrupt.
tksharpless
Posts: 9 Joined: 2015-11-21T11:45:38-07:00
Authentication code: 1151
Post
by tksharpless » 2016-08-26T17:33:25-07:00
I think it has to do with the latest version of ACR (7.1) -- exporting from LR with the option of compatibility with an earlier version gives a file that dcraw can read.
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2016-08-26T17:47:42-07:00
Good stuff. I suggest you raise this with the dcraw people, as they probably want to keep up with LR releases.