xyz2yuv/README.md
2024-02-19 20:06:49 +01:00

341 B

xyz2yuv tool

Decode DCI XYZ' and apply conversions to your desired output colorspace. Supports Rec. 709 and Rec. 2020, with adjustable precision and gamma values.

Supports AVX-512 and AVX2 targets, and a generic implementation in C and Go as well.

Dependencies

  • CGO
  • libopenjp2-dev
  • libavformat-dev
  • libavcodec-dev
  • libavutil-dev