sRGB↔XYZ conversion (2021)
Summary
The article explains sRGB↔XYZ color conversion with gamma correction, including the mathematical basis and practical encoding/decoding formulas. It provides code-ready TypeScript implementations and conversion matrices, plus notes on normalization, bit-depth, and standards like D65.