From ba537759adbe33210e57371154c656994218ccbe Mon Sep 17 00:00:00 2001 From: digitaltvguy Date: Mon, 18 Mar 2024 08:14:16 -0400 Subject: [PATCH] added color chunk priority table where the upper-most color chunk takes precendence --- index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/index.html b/index.html index 51d4a2d..518c413 100644 --- a/index.html +++ b/index.html @@ -870,6 +870,49 @@

Color spaces

to be applied (see ). However, color-aware applications will prefer one of the first three methods, while color-unaware applications will typically ignore all four methods.

+

Below is a list of color flags. If a single image is populated with multiple color flags, the uppermost chunk(s) in the + heirarchy should take precedence and the lower most chunk(s) should be ignored: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Color Chunk Priority +
NamePriority
cICP1
iCCP2
sRGB3
cHRM and gAMA4
+ + + + + + +

Gamma correction is not applied to the alpha channel, if present. Alpha samples are always full-range and represent a linear fraction of full opacity.