Skip to content

Commit

Permalink
Add Compression DWAA/B OpenEXRFileLayout.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Todica Ionut <[email protected]>
  • Loading branch information
TodicaIonut authored Sep 23, 2024
1 parent 25c2d77 commit 0e5b70e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/OpenEXRFileLayout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,10 @@ per block depends on how the pixel data are compressed:
- 32
* - ``B44A_COMPRESSION``
- 32
* - ``DWAA_COMPRESSION``
- 32
* - ``DWAB_COMPRESSION``
- 256

Each scan line block has a y coordinate of type ``int``. The block's y
coordinate is equal to the pixel space y coordinate of the top scan line
Expand Down Expand Up @@ -915,6 +919,8 @@ The OpenEXR library predefines the following attribute types:
| | * ``PXR24_COMPRESSION`` = 5 |
| | * ``B44_COMPRESSION`` = 6 |
| | * ``B44A_COMPRESSION`` = 7 |
| | * ``DWAA_COMPRESSION`` = 8 |
| | * ``DWAB_COMPRESSION`` = 9 |
| | |
+--------------------+----------------------------------------------------------------+
| ``double`` | ``double`` |
Expand Down

0 comments on commit 0e5b70e

Please sign in to comment.