Skip to content

Commit

Permalink
Fixed formatting issues in website/OpenEXRFileLayout.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pbpcruz committed Sep 19, 2024
1 parent 8f76f50 commit 7ae00ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/OpenEXRFileLayout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ pixel data size
pixel data
=================== =

The ``tile coordinates``, a sequence of four ``int`'s (``tileX``, ``tileY``,
The ``tile coordinates``, a sequence of four ``int``'s (``tileX``, ``tileY``,
``levelX``, ``levelY``) indicates the tile's position and resolution level. The
``pixel data size``, of type ``int``, indicates the number of bytes
occupied by the pixel data.
Expand Down Expand Up @@ -918,8 +918,10 @@ The OpenEXR library predefines the following attribute types:
| ``double`` | ``double`` |
+--------------------+----------------------------------------------------------------+
| ``envmap`` | ``unsigned char``, possible values are: |
| | |
| | * ``ENVMAP_LATLONG`` = 0 |
| | * ``ENVMAP_CUBE`` = 1 |
| | |
+--------------------+----------------------------------------------------------------+
| ``float`` | ``float`` |
+--------------------+----------------------------------------------------------------+
Expand All @@ -929,6 +931,7 @@ The OpenEXR library predefines the following attribute types:
| | ``count``,``perfOffset``, ``perfsPerFrame``, ``perfsPerCount`` |
+--------------------+----------------------------------------------------------------+
| ``lineOrder`` | ``unsigned char``, possible values are: |
| | |
| | * ``INCREASING_Y`` = 0 |
| | * ``DECREASING_Y`` = 1 |
| | * ``RANDOM_Y`` = 2 |
Expand Down Expand Up @@ -961,11 +964,13 @@ The OpenEXR library predefines the following attribute types:
| | mode = levelMode + roundingMode×16 |
| | |
| | Possible values for ``levelMode``: |
| | |
| | * ``ONE_LEVEL`` = 0 |
| | * ``MIPMAP_LEVELS`` = 1 |
| | * ``RIPMAP_LEVELS`` = 2 |
| | |
| | Possible values for ``roundingMode``: |
| | |
| | * ``ROUND_DOWN`` = 0 |
| | * ``ROUND_UP`` = 1 |
| | |
Expand Down

0 comments on commit 7ae00ef

Please sign in to comment.