A chunk of Photoshop CS6's included LUTs
This file contains 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
$ head -20 NightFromDay.CUBE | |
#Created by: Adobe Photoshop CS6 | |
#Copyright: Copyright 2012 Adobe Systems Inc. | |
TITLE "Night from Day" | |
#LUT size | |
LUT_3D_SIZE 17 | |
#data domain | |
DOMAIN_MIN 0.0 0.0 0.0 | |
DOMAIN_MAX 1.0 1.0 1.0 | |
#LUT data points | |
0.000000 0.000000 0.000000 | |
0.011765 0.000000 0.000000 | |
0.039216 0.000000 0.011765 | |
0.066667 0.000000 0.015686 | |
0.094118 0.000000 0.031373 | |
0.129412 0.007843 0.035294 | |
0.149020 0.011765 0.031373 | |
0.168627 0.023529 0.027451 | |
$ head -35 2Strip.look | |
<?xml version="1.0" ?> | |
<look> | |
<shaders> | |
<base> | |
<rangeversion>"2"</rangeversion> | |
<visible>"1"</visible> | |
<sublayer0> | |
<opacity>"1"</opacity> | |
<parameters> | |
<gamma.Z>"-0.11613"</gamma.Z> | |
<gain.Z>"0.05484"</gain.Z> | |
<LogPrinterLights>"N1"</LogPrinterLights> | |
<gamma.Y>"-0.11613"</gamma.Y> | |
<gain.Y>"0.05484"</gain.Y> | |
<gain.X>"0.05484"</gain.X> | |
<gamma.X>"-0.11613"</gamma.X> | |
</parameters> | |
</sublayer0> | |
</base> | |
<shader> | |
<name>"fxTechnicolor(2strip)"</name> | |
<visible>"1"</visible> | |
<opacity>"1"</opacity> | |
<mask>"0"</mask> | |
<vectormask>"0"</vectormask> | |
<parameters> | |
</parameters> | |
</shader> | |
</shaders> | |
<LUT> | |
<size>"8"</size> | |
<data>" | |
000000000000000000000000FCF63E3E0000000000000000D7C1AF3E00000000 | |
000000006921FB3E000000000000000010C1213F0000000000000000AEDB443F | |
0000000000000000E71F673F0000000000000000255B843F0000000000000000 | |
$ head Moonlight.3DL | |
#Created by: Adobe Photoshop CS6 | |
#Copyright: Copyright 2012 Adobe Systems Inc. | |
0 64 128 192 256 320 384 448 512 575 639 703 767 831 895 959 1023 | |
0 0 0 | |
0 0 80 | |
0 0 225 | |
0 0 353 | |
0 0 482 | |
0 16 594 | |
0 32 739 | |
$ head filmstock_50.3dl | |
#Tokens required by applications - do not edit | |
3DMESH | |
Mesh 4 12 | |
0 64 128 192 256 320 384 448 512 576 640 704 768 832 896 960 1023 | |
0 0 0 | |
0 0 58 | |
0 1 307 | |
0 1 536 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment