Skip to content

Commit

Permalink
Add Sample Transform rationale (#245)
Browse files Browse the repository at this point in the history
Make it obvious that AVIF also supports 16-bit.
  • Loading branch information
y-guyon authored Sep 18, 2024
1 parent 70d14e6 commit b21779d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ A tone map derived image item ('tmap') as defined in [[!HEIF]] may be used in an

In these sections, a "sample" refers to the value of a pixel for a given channel.

With a Sample Transform Derived Image Item, pixels at the same position in multiple input image items can be combined into a single output pixel using basic mathematical operations. This makes it possible for [=AVIF=] to support 16 or more bits of precision per sample, while still offering backward compatibility through a regular 8 to 12-bit [=AV1 Image Item=] containing the most significant bits of each sample.

<h5 id="sample-transform-definition">Definition</h5>

When a [=derived image item=] is of type <dfn value export for="Sample Transform Derived Image Item Type">sato</dfn>, it is called a <dfn export>Sample Transform Derived Image Item</dfn>, and its reconstructed image is formed from a set of input image items, constants and operators.
Expand Down

0 comments on commit b21779d

Please sign in to comment.