@@ -516,10 +516,12 @@ deep data OpenEXR files.
516
516
- ``string ``
517
517
- Required if either the multipart bit (12) or the non-image bit (11) is set.
518
518
Set to one of:
519
+
519
520
* ``scanlineimage ``
520
521
* ``tiledimage ``
521
522
* ``deepscanline ``, or
522
523
* ``deeptile ``
524
+
523
525
**Note: ** This value must agree with the version field's tile bit (9) and
524
526
non-image (deep data) bit (11) settings.
525
527
* - ``version ``
@@ -749,7 +751,7 @@ pixel data size
749
751
pixel data
750
752
=================== =
751
753
752
- The ``tile coordinates ``, a sequence of four ``int`'s (``tileX ``, ``tileY ``,
754
+ The ``tile coordinates ``, a sequence of four ``int `` 's (``tileX ``, ``tileY ``,
753
755
``levelX ``, ``levelY ``) indicates the tile's position and resolution level. The
754
756
``pixel data size ``, of type ``int ``, indicates the number of bytes
755
757
occupied by the pixel data.
@@ -918,17 +920,20 @@ The OpenEXR library predefines the following attribute types:
918
920
| ``double `` | ``double `` |
919
921
+--------------------+----------------------------------------------------------------+
920
922
| ``envmap `` | ``unsigned char ``, possible values are: |
923
+ | | |
921
924
| | * ``ENVMAP_LATLONG `` = 0 |
922
925
| | * ``ENVMAP_CUBE `` = 1 |
926
+ | | |
923
927
+--------------------+----------------------------------------------------------------+
924
928
| ``float `` | ``float `` |
925
929
+--------------------+----------------------------------------------------------------+
926
930
| ``int `` | ``int `` |
927
931
+--------------------+----------------------------------------------------------------+
928
932
| ``keycode `` | Seven ``int ``\ 's: ``filmMfcCode ``, ``filmType ``, ``prefix ``, |
929
- | | ``count ``,``perfOffset``, ``perfsPerFrame ``, ``perfsPerCount `` |
933
+ | | ``count``, ``perfOffset``, ``perfsPerFrame``, ``perfsPerCount``|
930
934
+--------------------+----------------------------------------------------------------+
931
935
| ``lineOrder `` | ``unsigned char ``, possible values are: |
936
+ | | |
932
937
| | * ``INCREASING_Y `` = 0 |
933
938
| | * ``DECREASING_Y `` = 1 |
934
939
| | * ``RANDOM_Y `` = 2 |
@@ -961,11 +966,13 @@ The OpenEXR library predefines the following attribute types:
961
966
| | mode = levelMode + roundingMode×16 |
962
967
| | |
963
968
| | Possible values for ``levelMode ``: |
969
+ | | |
964
970
| | * ``ONE_LEVEL `` = 0 |
965
971
| | * ``MIPMAP_LEVELS `` = 1 |
966
972
| | * ``RIPMAP_LEVELS `` = 2 |
967
973
| | |
968
974
| | Possible values for ``roundingMode ``: |
975
+ | | |
969
976
| | * ``ROUND_DOWN `` = 0 |
970
977
| | * ``ROUND_UP `` = 1 |
971
978
| | |
0 commit comments