As presented at the Siggraph BoF, we propose having a set of characteristics that configs must support to be considered "HDR display compatible".
The proposed characteristics are:
- Must the set
cie_xyz_d65_interchange role to allow applications to convert to OS-required space
- Must use display color spaces
- Must set
interop_id on display color spaces
- Must include the hdr_virtual_display (see forthcoming proposal)
A new function Config::isHdrDisplayCompatible() will be provided for applications to use.
The ociocheck command-line tool will be upgraded to report if a config is HDR display compatible.
Parent issue: #1996.
As presented at the Siggraph BoF, we propose having a set of characteristics that configs must support to be considered "HDR display compatible".
The proposed characteristics are:
cie_xyz_d65_interchangerole to allow applications to convert to OS-required spaceinterop_idon display color spacesA new function
Config::isHdrDisplayCompatible()will be provided for applications to use.The
ociocheckcommand-line tool will be upgraded to report if a config is HDR display compatible.Parent issue: #1996.