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