File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments