Skip to content

Commit ebecb72

Browse files
digitaltvguysvgeesus
authored andcommitted
Prefixed explanation of full-range PNG
Added additional description for typical behavior. "RGB images are typically full-range"
1 parent b19feb0 commit ebecb72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3691,7 +3691,8 @@ <h2><span class="chunk">cICP</span> Coding-independent code points for video sig
36913691
<p>The <code>Video Full Range Flag</code> value MUST be either <code>0</code> or <code>1</code>.</p>
36923692

36933693
<aside class="note">
3694-
If <code>Video Full Range Flag</code> value is <code>1</code>, then the image is a <a>full-range image</a>. The vast
3694+
If <code>Video Full Range Flag</code> value is <code>1</code>, then the image is a <a>full-range image</a>. Typically,
3695+
images in the RGB color representation are stored in the full-range signal quantization, therefore the vast
36953696
majority of computer graphics and web images, including those used in traditional PNG workflows, are <a>full-range
36963697
images</a>. If <code>Video Full Range Flag</code> value is <code>0</code>, then the image is a <a>narrow-range
36973698
image</a>. Narrow range images are found in video workflows where the interpretation of sample values below reference

0 commit comments

Comments
 (0)