-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added table with 16bit full and narrow range values #472
base: main
Are you sure you want to change the base?
Conversation
to replace current definition for "reference image" which only described Full Range Quantization.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this proposed change needs Working Group discussion before being merged.
- strange mention of YCbCr, which PNG does not support
- replaces 2^sampledepth with 16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed with CL.
I added it to the discussion topics.
We should also mark it as informative.
<th>White</th> | ||
</tr> | ||
|
||
<table border="1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line can be removed. It accidentally adds an extra table inside the other table. Notice, it also never gets closed.
Also, I notice this is in § 4.2 Images - Reference image. Perhaps that section should instead be changed to say something like "1 to 16 bits, although not all bits might be used. The sBIT chunk (link) confines the bit range, and the cICP chunk (link) might declare the image is narrow range." Then the cICP chunk could have these example values instead of 4.2 |
to replace current definition for "reference image" which only described Full Range Quantization.