52bc6bd6d33341aa248446cf024980ea3bd6c450
[OpenColorIO-Configs.git] / iif / config.ocio
1 ocio_profile_version: 1
2
3 search_path: luts
4 strictparsing: true
5 luma: [0.2126, 0.7152, 0.0722]
6
7 description: "RRT version ut11"
8
9 roles:
10   color_picking: raw
11   color_timing: adx10
12   compositing_log: adx10
13   data: raw
14   default: raw
15   reference: aces
16   scene_linear: aces
17
18 displays:
19   p3d60:
20     - !<View> {name: Raw, colorspace: raw}
21     - !<View> {name: Log, colorspace: adx10}
22     - !<View> {name: RRT, colorspace: rrt_p3d60}
23   sRGB:
24     - !<View> {name: Raw, colorspace: raw}
25     - !<View> {name: Log, colorspace: adx10}
26     - !<View> {name: RRT, colorspace: rrt_srgb}
27   xyz:
28     - !<View> {name: Raw, colorspace: raw}
29     - !<View> {name: Log, colorspace: adx10}
30     - !<View> {name: RRT, colorspace: rrt_xyz}
31
32 active_displays: [sRGB, p3d60, xyz]
33 active_views: [RRT, Log, Raw]
34
35 colorspaces:
36   - !<ColorSpace>
37     name: aces
38     family: aces
39     equalitygroup: 
40     bitdepth: 32f
41     isdata: false
42     allocation: lg2
43     allocationvars: [-8.5, 5]
44
45   - !<ColorSpace>
46     name: adx10
47     family: adx
48     equalitygroup: 
49     bitdepth: 10ui
50     isdata: false
51     allocation: uniform
52     allocationvars: [0, 1]
53     to_reference: !<GroupTransform>
54       children:
55         - !<FileTransform> {src: channel_dependent_offset.spimtx, interpolation: linear}
56         - !<FileTransform> {src: ten_bit_scale.spimtx, interpolation: linear}
57         - !<FileTransform> {src: channel_dependent_scalar.spimtx, interpolation: linear}
58         - !<FileTransform> {src: cdd_to_cid.spimtx, interpolation: linear}
59         - !<FileTransform> {src: rel_log_exp_scalar.spimtx, interpolation: linear}
60         - !<FileTransform> {src: refpt.spimtx, interpolation: linear}
61         - !<LogTransform> {base: 10, direction: inverse}
62         - !<FileTransform> {src: exp_to_aces.spimtx, interpolation: linear}
63
64   - !<ColorSpace>
65     name: log
66     family: log
67     equalitygroup: 
68     bitdepth: 32f
69     description: |
70       A mathematically idealized log space, which spans the dynamic range
71       currently being utilized by the ACES RRT. Note: this does not correspond
72       to scanned plates, adx10 is preferred for that purpose.
73     
74     isdata: false
75     allocation: uniform
76     allocationvars: [0, 1]
77     from_reference: !<GroupTransform>
78       children:
79         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
80
81   - !<ColorSpace>
82     name: rrt_srgb
83     family: rrt
84     equalitygroup: 
85     bitdepth: 32f
86     isdata: false
87     allocation: uniform
88     allocationvars: [0, 1]
89     from_reference: !<GroupTransform>
90       children:
91         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
92         - !<FileTransform> {src: rrt_ut11_srgb.spi3d, interpolation: linear}
93
94   - !<ColorSpace>
95     name: rrt_p3d60
96     family: rrt
97     equalitygroup: 
98     bitdepth: 32f
99     isdata: false
100     allocation: uniform
101     allocationvars: [0, 1]
102     from_reference: !<GroupTransform>
103       children:
104         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
105         - !<FileTransform> {src: rrt_ut11_p3d60.spi3d, interpolation: linear}
106
107   - !<ColorSpace>
108     name: rrt_xyz
109     family: rrt
110     equalitygroup: 
111     bitdepth: 32f
112     isdata: false
113     allocation: uniform
114     allocationvars: [0, 1]
115     from_reference: !<GroupTransform>
116       children:
117         - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]}
118         - !<FileTransform> {src: rrt_ut11_dcdm.spi3d, interpolation: linear}
119
120   - !<ColorSpace>
121     name: raw
122     family: raw
123     equalitygroup: 
124     bitdepth: 32f
125     isdata: true
126     allocation: uniform
127     allocationvars: [0, 1]