How to properly apply a Camera Profile to a raw image? #1361
Unanswered
simonsanchezart
asked this question in
Q&A
Replies: 1 comment
-
Hi @simonsanchezart, Please look here: https://github.com/colour-science/colour-hdri/blob/develop/colour_hdri/examples/examples_adobe_dng_sdk_colour_processing.ipynb, we have an implementation of the DNG SDK that should be ready to use! Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I don't know much about colors, cameras or photography,
I need to apply some color profiles to .cr2/.cr3 raw images.
I originally got these profiles as
.dcp
files, which I converted to.json
withdcamprof
, this is all I got:I'm then trying to use this data to apply it via python, I've tried both profiles, applying the inverse and not inverse Matrix, all the results I got either have a red or a green tint, which I assume is not correct.
Any idea what might be wrong? Thanks
Beta Was this translation helpful? Give feedback.
All reactions