Skip to content

Commit c177142

Browse files
committed
docs(openexr): update ACES container mode to reflect changes to relaxed mode
Signed-off-by: glowies <[email protected]>
1 parent ae19a4c commit c177142

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/doc/builtinplugins.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,13 +1648,14 @@ control aspects of the writing itself:
16481648
- One of `none` (default), `strict`, or `relaxed`.
16491649
If not `none`, the spec will be checked to see if it is compliant
16501650
with the ACES Container format defined in `ST 2065-4`_. If it is,
1651-
`chromaticities` will be set to the ACES AP0 ones, and the
1652-
`acesImageContainerFlag` attribute will be set to 1.
1651+
`chromaticities` will be set to the ACES AP0 ones, `colorInteropId`
1652+
will be set to 'lin_ap0_scene' and the `acesImageContainerFlag`
1653+
attribute will be set to 1.
16531654
In `strict` mode, if the spec is non-compliant, the output will
16541655
throw an error and avoid writing the image.
1655-
While in `relaxed` mode, if the spec in non-compliant, only a
1656-
warning will be printed and the attributes mentioned above will
1657-
*not* be written to the spec.
1656+
While in `relaxed` mode, if the spec is non-compliant, `chromaticities`
1657+
and `colorInteropId` will be set, but `acesImageContainerFlag`
1658+
will NOT.
16581659
* - ``oiio:RawColor``
16591660
- int
16601661
- If nonzero, writing images with non-RGB color models (such as YCbCr)

0 commit comments

Comments
 (0)