Skip to content

Commit 176ec27

Browse files
Fixed formatting issue in website/OpenEXRFileLayout.rst (#1832)
* Update OpenEXRFileLayout.rst Signed-off-by: Pedro Borges <[email protected]> * Update OpenEXRFileLayout.rst Signed-off-by: Pedro Borges <[email protected]> * Update OpenEXRFileLayout.rst Signed-off-by: Pedro Borges <[email protected]> --------- Signed-off-by: Pedro Borges <[email protected]>
1 parent a5d5f1b commit 176ec27

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

website/OpenEXRFileLayout.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,12 @@ deep data OpenEXR files.
516516
- ``string``
517517
- Required if either the multipart bit (12) or the non-image bit (11) is set.
518518
Set to one of:
519+
519520
* ``scanlineimage``
520521
* ``tiledimage``
521522
* ``deepscanline``, or
522523
* ``deeptile``
524+
523525
**Note:** This value must agree with the version field's tile bit (9) and
524526
non-image (deep data) bit (11) settings.
525527
* - ``version``
@@ -749,7 +751,7 @@ pixel data size
749751
pixel data
750752
=================== =
751753

752-
The ``tile coordinates``, a sequence of four ``int`'s (``tileX``, ``tileY``,
754+
The ``tile coordinates``, a sequence of four ``int``'s (``tileX``, ``tileY``,
753755
``levelX``, ``levelY``) indicates the tile's position and resolution level. The
754756
``pixel data size``, of type ``int``, indicates the number of bytes
755757
occupied by the pixel data.
@@ -918,17 +920,20 @@ The OpenEXR library predefines the following attribute types:
918920
| ``double`` | ``double`` |
919921
+--------------------+----------------------------------------------------------------+
920922
| ``envmap`` | ``unsigned char``, possible values are: |
923+
| | |
921924
| | * ``ENVMAP_LATLONG`` = 0 |
922925
| | * ``ENVMAP_CUBE`` = 1 |
926+
| | |
923927
+--------------------+----------------------------------------------------------------+
924928
| ``float`` | ``float`` |
925929
+--------------------+----------------------------------------------------------------+
926930
| ``int`` | ``int`` |
927931
+--------------------+----------------------------------------------------------------+
928932
| ``keycode`` | Seven ``int``\ 's: ``filmMfcCode``, ``filmType``, ``prefix``, |
929-
| | ``count``,``perfOffset``, ``perfsPerFrame``, ``perfsPerCount`` |
933+
| | ``count``, ``perfOffset``, ``perfsPerFrame``, ``perfsPerCount``|
930934
+--------------------+----------------------------------------------------------------+
931935
| ``lineOrder`` | ``unsigned char``, possible values are: |
936+
| | |
932937
| | * ``INCREASING_Y`` = 0 |
933938
| | * ``DECREASING_Y`` = 1 |
934939
| | * ``RANDOM_Y`` = 2 |
@@ -961,11 +966,13 @@ The OpenEXR library predefines the following attribute types:
961966
| | mode = levelMode + roundingMode×16 |
962967
| | |
963968
| | Possible values for ``levelMode``: |
969+
| | |
964970
| | * ``ONE_LEVEL`` = 0 |
965971
| | * ``MIPMAP_LEVELS`` = 1 |
966972
| | * ``RIPMAP_LEVELS`` = 2 |
967973
| | |
968974
| | Possible values for ``roundingMode``: |
975+
| | |
969976
| | * ``ROUND_DOWN`` = 0 |
970977
| | * ``ROUND_UP`` = 1 |
971978
| | |

0 commit comments

Comments
 (0)