Converted CR2 Is Darker Than Thumbnail #994
Unanswered
SkyeHoefling
asked this question in
Help
Replies: 2 comments 2 replies
-
Adding the file zipped: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't understand what you are trying to achieve? What is the output image that you are looking for? When you don't set any of the dng read defines you will get the same output image as dcraw? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a CR2 raw image that I am trying to convert to a jpeg and the image that is being written is much darker than what is in the embedded thumbnail or outputs generated from
dcraw.exe
. I am wondering if there are additional settings that need to be toggled to match the behavior.This image was handed to me by the QA team on the project I am working on. No one knows where it came from so it could be a bad sample set, but I am not sure how to identify that.
dcraw.exe generated tiff
Magick.NET generated tiff
Embedded thumbnail extracted using dcraw.exe as jpeg
Here is my code
The CR2 file is too large to upload to GitHub so I created a public link to download from OneDrive
I've been researching the documentation and this GitHub and have found some useful tips such as using the
DngReadDefines
but can't seem to get this image to convert as expected.Beta Was this translation helpful? Give feedback.
All reactions