Skip to content

Commit

Permalink
Document DWAA/DWAB compression in Technical Introduction (#1420)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed May 27, 2023
1 parent d9174d0 commit f0cfd4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/TechnicalIntroduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,19 @@ Supported compression schemes:

Note: This lossy compression scheme is not supported in deep files.

* - DWAA (lossy)

- Lossy compression of RGB data by quantizing discrete cosine
transorm (DCT) components, in blocks of 32 scanlines. More
efficient for partial buffer access.

* - DWAB (lossy)

- Lossy compression of RGB data by quantizing discrete cosine
transorm (DCT) components, in blocks of 256 scanlines. More
efficient space wise and faster to decode full frames than DWAA
access.

Luminance/Chroma Images
=======================

Expand Down

0 comments on commit f0cfd4f

Please sign in to comment.