Skip to content

Commit a91df52

Browse files
authored
Document DWAA/DWAB compression in Technical Introduction (#1420)
Signed-off-by: Cary Phillips <[email protected]>
1 parent 447451f commit a91df52

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/TechnicalIntroduction.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,19 @@ Supported compression schemes:
824824

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

827+
* - DWAA (lossy)
828+
829+
- Lossy compression of RGB data by quantizing discrete cosine
830+
transorm (DCT) components, in blocks of 32 scanlines. More
831+
efficient for partial buffer access.
832+
833+
* - DWAB (lossy)
834+
835+
- Lossy compression of RGB data by quantizing discrete cosine
836+
transorm (DCT) components, in blocks of 256 scanlines. More
837+
efficient space wise and faster to decode full frames than DWAA
838+
access.
839+
827840
Luminance/Chroma Images
828841
=======================
829842

0 commit comments

Comments
 (0)