ampas / aces-dev

AMPAS Academy Color Encoding System Developer Resources
https://acescentral.com
Other
757 stars 125 forks source link

J column in the cGamutCusp table is unused #152

Open nick-shaw opened 2 weeks ago

nick-shaw commented 2 weeks ago

The J column never gets used, so doesn't need to be stored. Only M is used for normalisation

https://github.com/ampas/aces-dev/blob/0b632da885c29f1ca8e816b3995ad5fde976e9ae/lib/Lib.Academy.OutputTransform.ctl#L616

nick-shaw commented 2 weeks ago

Additionally, REACH_GAMUT_TABLE is probably not the right name, as this one is the cusp, but the table of M values at limitJmax gets called REACH_CUSP_TABLE.