diff --git a/index.html b/index.html index 0e8baae..c4e6a1a 100644 --- a/index.html +++ b/index.html @@ -870,10 +870,44 @@

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.

-

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

+

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:

-

Mastering metadata may also be provided

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 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.

+ +

Mastering metadata may also be provided.