From 302f25f589768be5d128a44d0fe491bba47e54c9 Mon Sep 17 00:00:00 2001 From: digitaltvguy Date: Fri, 1 Mar 2024 15:23:05 +0000 Subject: [PATCH] added comment on the use of H.273 video format signaling for still images --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6b10132..8f19459 100644 --- a/index.html +++ b/index.html @@ -3702,7 +3702,9 @@

cICP Coding-independent code points for video sig

The Video Full Range Flag value MUST be either 0 or 1. A value of 1 specifies that the content has a full range scaling. This is the usual value for RGB images. A value of 0 specifies that the - content has a limited-range scaling factor.

+ content has a limited-range scaling factor. The term "Video" is used because H.273 was originally created for moving images. + Although H.273 was created for moving images it has been common to use the CICP values from H.273 in still images + (such as HEIF and AVIF)