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?".
snibgo wrote: ↑2019-10-04T11:46:12-07:00
The two files each contain one Color Filter Array, and a full-size JPEG. The "color corrected" version has almost the same CFA image, but the JPEG is clearly edited. Exiftool shows editing has been done by Adobe tools.
Hi snibgo,
You mean to say the jpeg preview file has been edited and attached rather than creating from the dng file? Could you please tell me which exiftool metadata you are referring too?
Right. Whatever changes done to the dng file shows up only in Adobe bridge and Photoshop Camera Raw.
When I create jpg from the updated dng, the changes are not getting into the imagemagick conversion.
for example, let us say, I have a dng file. When I open it in PhotoShop Camera Raw and move the sliders to increase brightness etc and save them to the dng file.
Later on when I create jpg file from the updated dng file using imagemagick (or dcraw), still I'm getting jpg output from the original dng file and not from the updated version of the dng file.
Is it expected behavior?
Anyway, I could create a jpg out of dng's updated version?
IM can (via a delegate such as dcraw) read the raw image from the DNG. Exiftool can extract the JPEG from the DNG file.
I don't have Adobe tools. I expect they can read the raw image from the DNG file, and apply transformations, and save the result to a format such as 16 bit/channel/pixel TIFF.