Created
April 2, 2015 21:35
-
-
Save KelSolaar/976762cdd0d9596c9089 to your computer and use it in GitHub Desktop.
RGB Colourspace Transformation with LUT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cut_paste_input [stack 0] | |
version 8.0 v1 | |
CMSTestPattern { | |
inputs 0 | |
name CMSTestPattern | |
selected true | |
xpos 180 | |
ypos -57 | |
} | |
clone node11d373b60|Colorspace|60327 Colorspace { | |
illuminant_out D50 | |
primary_out ProPhoto | |
name Colorspace | |
selected true | |
xpos 180 | |
ypos 15 | |
} | |
set C1d373b60 [stack 0] | |
GenerateLUT { | |
file /Users/kelsolaar/Downloads/Temp/Lut.3dl | |
file_type .3dl | |
bitdepth_id "16 bit" | |
output_bitdepth_id "16 bit" | |
clamp_output false | |
name GenerateLUT | |
selected true | |
xpos 180 | |
ypos 39 | |
} | |
ColorWheel { | |
inputs 0 | |
name ColorWheel | |
selected true | |
xpos 70 | |
ypos -57 | |
} | |
set N1d356030 [stack 0] | |
clone $C1d373b60 { | |
xpos 70 | |
ypos 15 | |
selected true | |
} | |
set N1d373b60 [stack 0] | |
push $N1d356030 | |
Vectorfield { | |
vfield_file /Users/kelsolaar/Downloads/Temp/Lut.3dl | |
version 5 | |
file_type 3dl | |
output_bitdepth_id auto | |
normalize_output false | |
format_3dl_id auto | |
name Vectorfield | |
selected true | |
xpos -39 | |
ypos 45 | |
} | |
push $N1d373b60 | |
Merge2 { | |
inputs 2 | |
operation difference | |
name Merge | |
selected true | |
xpos 71 | |
ypos 45 | |
} | |
Viewer { | |
inputs 2 | |
frame 1 | |
input_process false | |
name Viewer1 | |
selected true | |
xpos 179 | |
ypos 60 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment