imageworks / OpenColorIO-Configs

Color Configurations for OpenColorIO
opencolorio.org
441 stars 804 forks source link

Mismatch in the Canon BT.2020 Tungsten matrix #11

Closed nick-shaw closed 6 years ago

nick-shaw commented 6 years ago

https://github.com/imageworks/OpenColorIO-Configs/blob/84425e4b05ec7f18dd999a12c190020e23c26af0/aces_1.0.3/python/aces_ocio/colorspaces/canon.py#L228 The second coefficient here is +0.028562057, but it is -0.028562057 in the Canon CTL file. aces[2] = 0.014560161 * lin[0] - 0.028562057 * lin[1] + 1.014001897 * lin[2];

KelSolaar commented 6 years ago

@Nick-Shaw: I'm looking at that!