File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 22// <ACESuserName>ACES 1.3 Look - Gamut Compress</ACESuserName>
33
44//
5- // Gamut compressor to bring out-of-gamut scene-referred values into AP1
5+ // Gamut compression algorithm to bring out-of-gamut scene-referred values into AP1
66//
77
88//
99// Usage:
1010// This transform is intended to be applied to AP0 data, immediately after the IDT, so
1111// that all grading or compositing operations are downstream of the compression, and
12- // therefore work only with positive AP1 values. It is however not recommended to bake
13- // the compression into VFX pulls, as it may be beneficial for compositors to have access
14- // to the unmodified image data.
12+ // therefore work only with positive AP1 values.
13+ //
14+ // Note:
15+ // It is not recommended to bake the compression into VFX pulls, as it may be beneficial
16+ // for compositors to have access to the unmodified image data.
1517//
1618// Direction:
1719// By default this transform operates in the forward direction, i.e. compressing the
1820// gamut. If instead an inverse operation is needed, i.e. undoing a prior gamut
19- // compression, there is a runtime flag to do this . In ctlrender, this can be achieved by
21+ // compression, there is a runtime flag available . In ctlrender, this can be achieved by
2022// appending '-param1 invert 1' after the '-ctl gamut_compress.ctl' string.
2123//
22- // Input and output:
23- // ACES2065-1
24+ // Input and output: ACES2065-1
2425//
2526
2627
You can’t perform that action at this time.
0 commit comments