Film Stock Look-Up Tables

Isn't there some way to get the LUTs without paying $$$$ for the programs? I want to use them in a pixel shader, mainly.
 
Take a look at the Grain35 package from CrumplePop.

It's $199 but you do get 12 Different 35mm and 16mm Film Stocks that were made by filming the film stock through a Kickstarter project, so it's the real deal.
 
Just get a copy of GIMP, save the GIMP format curves, and load them up. The intensity curve for the velvia one, for example, only seems to have 2 control points (plus the ends) so it should be easy to model.

In fact, if you save the file in the "old" gimp format, (which is a text file), the velvia one has these control points:
Code:
0 0 128 118 221 215  255 255 
0 0 41 28 183 209 255 255 
0 0 25 21 95 102 181 208   255 255 
0 0 25 21 122 153 165 206 255 255
These seem to be in Luma, R, G & B order.
 
Back
Top