-
Hello, please, |
Beta Was this translation helpful? Give feedback.
Answered by
KelSolaar
Jul 21, 2022
Replies: 1 comment
-
Hi @xeggbee, At its most basics, you only really need to gain the different RGB channels in Camera RGB (Camera Native) space. However, it is much more complicated than that as white-balancing needs to be performed before demosaicing. We have a few examples here but it is a bit involved: https://github.com/colour-science/colour-hdri/tree/develop/colour_hdri/examples Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xeggbee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xeggbee,
At its most basics, you only really need to gain the different RGB channels in Camera RGB (Camera Native) space. However, it is much more complicated than that as white-balancing needs to be performed before demosaicing.
We have a few examples here but it is a bit involved: https://github.com/colour-science/colour-hdri/tree/develop/colour_hdri/examples
Cheers,
Thomas