sRGB↔XYZ conversion
Summary
The post explains sRGB↔XYZ conversion with a focus on gamma correction as essential for perceptual brightness. It covers the math behind encoding and decoding, provides detailed formulas and a TypeScript implementation, discusses different bit depths and standards, and includes a practical demonstration of converting between sRGB and XYZ.