forked from ayoburgess/cgi_aces_ocio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ocio
180 lines (162 loc) · 4.98 KB
/
config.ocio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
ocio_profile_version: 1
search_path: luts:mtx
strictparsing: true
luma: [0.2126, 0.7152, 0.0722]
roles:
color_picking: srgb
color_timing: acescct
compositing_log: acescc
data: ncd
default: ncd
matte_paint: acesproxy
reference: aces
rendering: acescg
scene_linear: acescg
texture_paint: acescg
displays:
rec709:
- !<View> {name: ACES Rec. 709, colorspace: aces_out_rec709}
- !<View> {name: Shot, colorspace: acesproxy, looks: +shot}
- !<View> {name: No LUT, colorspace: ncd}
active_displays: [rec709]
active_views: [ACES Rec. 709, Shot, No LUT]
looks:
- !<Look>
name: shot
process_space: acesproxy
description: |
Custom shot look transform controlled by $SHOT environment variable. Process space is ACESproxy
transform: !<FileTransform> {src: $SHOT.cube, interpolation: tetrahedral}
- !<Look>
name: neutral_cc
process_space: acescg
description: |
Custom shot neutralization transform controlled by $SHOT environment variable. Process space is ACEScg
transform: !<FileTransform> {src: "${SHOT}_neutral.cc", interpolation: unknown}
colorspaces:
- !<ColorSpace>
name: aces
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System reference color space (ACES 2065-1)
isdata: false
allocation: lg2
allocationvars: [-8, 5, 0.00390625]
- !<ColorSpace>
name: acescg
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System ACEScg color space
isdata: false
allocation: lg2
allocationvars: [-8, 5, 0.00390625]
to_reference: !<FileTransform> {src: ap1_to_ap0.spimtx, interpolation: unknown}
- !<ColorSpace>
name: acesproxy
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System ACESproxy color space
isdata: false
allocation: uniform
allocationvars: [0, 1]
to_reference: !<GroupTransform>
children:
- !<FileTransform> {src: ACESproxy_to_linear.spi1d, interpolation: linear}
- !<FileTransform> {src: ap1_to_ap0.spimtx, interpolation: unknown}
- !<ColorSpace>
name: acescc
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System ACEScc color space
isdata: false
allocation: uniform
allocationvars: [-0.3584, 1.468]
to_reference: !<GroupTransform>
children:
- !<FileTransform> {src: ACEScc_to_linear.spi1d, interpolation: linear}
- !<FileTransform> {src: ap1_to_ap0.spimtx, interpolation: unknown}
- !<ColorSpace>
name: acescct
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System ACEScct color space
isdata: false
allocation: uniform
allocationvars: [-0.249136, 1.468]
to_reference: !<GroupTransform>
children:
- !<FileTransform> {src: ACEScct_to_linear.spi1d, interpolation: linear}
- !<FileTransform> {src: ap1_to_ap0.spimtx, interpolation: unknown}
- !<ColorSpace>
name: log248nitsshaper
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System Log2 48 nits Shaper color space
isdata: false
allocation: uniform
allocationvars: [0, 1]
to_reference: !<FileTransform> {src: Log2_48_nits_Shaper_to_linear.spi1d, interpolation: linear}
- !<ColorSpace>
name: aces_out_rec709
family: ACES
equalitygroup: ""
bitdepth: 32f
description: |
The Academy Color Encoding System ACES 1.0 Rec. 709 Output Transform color space
isdata: false
allocation: uniform
allocationvars: [0, 1]
to_reference: !<GroupTransform>
children:
- !<FileTransform> {src: InvRRT.Rec.709.Log2_48_nits_Shaper.spi3d, interpolation: tetrahedral}
- !<ColorSpaceTransform> {src: log248nitsshaper, dst: aces}
from_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: aces, dst: log248nitsshaper}
- !<FileTransform> {src: Log2_48_nits_Shaper.RRT.Rec.709.spi3d, interpolation: tetrahedral}
- !<ColorSpace>
name: lin_srgb
family: sRGB
equalitygroup: ""
bitdepth: 32f
description: |
Scene-linear sRGB color space
isdata: false
allocation: lg2
allocationvars: [-8, 5, 0.00390625]
to_reference: !<FileTransform> {src: srgb_to_ap0.bradford.spimtx, interpolation: unknown}
- !<ColorSpace>
name: srgb
family: sRGB
equalitygroup: ""
bitdepth: 32f
description: |
sRGB color space
isdata: false
allocation: uniform
allocationvars: [0, 1]
to_reference: !<GroupTransform>
children:
- !<FileTransform> {src: sRGB_to_linear.spi1d, interpolation: linear}
- !<FileTransform> {src: srgb_to_ap0.bradford.spimtx, interpolation: unknown}
- !<ColorSpace>
name: ncd
family: Data
equalitygroup: ""
bitdepth: 32f
description: |
Non-color data
isdata: true
allocation: uniform