We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447451f commit a91df52Copy full SHA for a91df52
docs/TechnicalIntroduction.rst
@@ -824,6 +824,19 @@ Supported compression schemes:
824
825
Note: This lossy compression scheme is not supported in deep files.
826
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
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
840
Luminance/Chroma Images
841
=======================
842
0 commit comments