From f991f5ad51f7bef6139e06c6e0eec7ea8463bb20 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 21 Apr 2022 15:14:26 +0200 Subject: Color Management: add ACEScg to the default configuration For more easily reading and writing ACEScg EXR files. --- release/datafiles/colormanagement/config.ocio | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'release/datafiles') diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio index 55e52de7002..716bb733c69 100644 --- a/release/datafiles/colormanagement/config.ocio +++ b/release/datafiles/colormanagement/config.ocio @@ -93,7 +93,7 @@ colorspaces: equalitygroup: bitdepth: 32f description: | - ACES linear space + ACES2065-1 linear space isdata: false allocation: lg2 allocationvars: [-8.5, 5] @@ -102,6 +102,21 @@ colorspaces: - ! {src: srgb_to_xyz.spimtx, interpolation: linear} - ! {style: "UTILITY - ACES-AP0_to_CIE-XYZ-D65_BFD", direction: inverse} + - ! + name: Linear ACEScg + family: linear + equalitygroup: + bitdepth: 32f + description: | + ACEScg linear space + isdata: false + allocation: lg2 + allocationvars: [-8.5, 5] + from_reference: ! + children: + - ! {src: srgb_to_xyz.spimtx, interpolation: linear} + - ! {style: "UTILITY - ACES-AP1_to_CIE-XYZ-D65_BFD", direction: inverse} + - ! name: nuke_rec709 family: display -- cgit v1.2.3