-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathExposureStrips.nk
More file actions
171 lines (171 loc) · 2.91 KB
/
ExposureStrips.nk
File metadata and controls
171 lines (171 loc) · 2.91 KB
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
set cut_paste_input [stack 0]
push $cut_paste_input
Group {
name ExposureStrips
addUserKnob {20 ExposureStrips_tab l ExposureStrips}
addUserKnob {7 pos l position}
pos 0.5
addUserKnob {7 resolution R 0.1 1}
resolution 0.5
addUserKnob {7 eoff l exposure R -6 6}
addUserKnob {7 increment R 0 3}
increment 1
addUserKnob {3 strips t "number of strips" +INVISIBLE}
strips 7
}
Input {
inputs 0
name Input
xpos -260
ypos -374
}
Crop {
box {{rint(width*pos)} 0 {rint(width/strips)+rint(width*pos)} {height}}
reformat true
crop false
name Strip
xpos -260
ypos -348
}
Reformat {
type scale
scale {{parent.resolution}}
name Reformat1
note_font Helvetica
selected true
xpos -260
ypos -310
}
Dot {
name Dot1
note_font "Helvetica Bold"
note_font_size 24
note_font_color 0xff
xpos -226
ypos -221
}
set N2cd1a9e0 [stack 0]
Multiply {
channels rgb
value {{2**e}}
name Exposure8
label "\[value e]"
xpos -480
ypos 57
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
n 3
}
push $N2cd1a9e0
Multiply {
channels rgb
value {{2**e}}
name Exposure7
label "\[value e]"
xpos -480
ypos 9
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
n 2
}
push $N2cd1a9e0
Multiply {
channels rgb
value {{2**e}}
name Exposure5
label "\[value e]"
xpos -480
ypos -39
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
n 1
}
push $N2cd1a9e0
Multiply {
channels rgb
value {{2**e}}
name Exposure4
label "\[value e]"
xpos -480
ypos -87
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
}
push $N2cd1a9e0
Multiply {
channels rgb
value {{2**e}}
name Exposure2
label "\[value e]"
xpos -480
ypos -135
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
n -1
}
push $N2cd1a9e0
Multiply {
channels rgb
value {{2**e}}
name Exposure1
label "\[value e]"
xpos -480
ypos -183
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
n -2
}
push $N2cd1a9e0
Multiply {
channels rgb
value {{2**e}}
name Exposure3
label "\[value e]"
xpos -480
ypos -231
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{parent.increment*n}}
addUserKnob {3 n}
n -3
}
ContactSheet {
inputs 7
width {{width*columns}}
height {{height/pixel_aspect*rows}}
rows 1
columns 7
roworder TopBottom
name ContactSheet1
xpos -260
ypos 63
}
Multiply {
channels rgb
value {{pow(2,e)}}
name Exposure6
label "\[value e]"
xpos -260
ypos 129
addUserKnob {20 Params}
addUserKnob {7 e l exposure R -12 12}
e {{eoff}}
}
Output {
name Output
xpos -260
ypos 206
}
end_group