You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coding Independent Code Points (CICP) is a colorspace labeling technology, originally deployed for video but now also used for still images or animated images. It is standardized in ITU H.273.
Compared to an ICC profile, CICP adds much less data to an image (four bytes, instead of a few 10s of kbytes) but cannot represent all color spaces (such as CMYK). It can, however, fully label the increasingly popular Display P3 colorspace and, for HDR, BT.2100-HLG and BT.2100-PQ.
CICP is already used in AVIF and JPEG XL images. PNG Third Edition also added CICP support. The current state of CICP in PNG is described in the PNG implementation report and, for browsers, can be summarized like this:
Blink-based browsers support it in AVIF and PNG
WebKit-based browsers on macOS (14+), iOS and iPadOS rely on the native platform support for CICP
Gecko-based browsers support it in AVIF, and plan to support it in PNG also
Coding Independent Code Points (CICP) is a colorspace labeling technology, originally deployed for video but now also used for still images or animated images. It is standardized in ITU H.273.
Compared to an ICC profile, CICP adds much less data to an image (four bytes, instead of a few 10s of kbytes) but cannot represent all color spaces (such as CMYK). It can, however, fully label the increasingly popular Display P3 colorspace and, for HDR, BT.2100-HLG and BT.2100-PQ.
CICP is already used in AVIF and JPEG XL images. PNG Third Edition also added CICP support. The current state of CICP in PNG is described in the PNG implementation report and, for browsers, can be summarized like this:
Related:
cICP
w3c/png#312The text was updated successfully, but these errors were encountered: