You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,7 +50,7 @@ The code is structured in the following way:
48
50
| flim.py | Transforms a given linear 3D LUT table | utils.py |
49
51
| utils.py | Contains helper functions | - |
50
52
51
-
You can add new custom presets in `main.py`, or play with the film emulation chain in `flim.py`.
53
+
You can add new presets in `main.py`, or play with the film emulation chain in `flim.py`.
52
54
53
55
Here are the external libraries required to run the scripts:
54
56
@@ -133,7 +135,7 @@ displays:
133
135
134
136
### Non-OCIO Guide
135
137
136
-
You can replicate the transforms farily easily in order to use flim's 3D LUTs in your own pipeline without using OCIO. The following pseudo-code demonstrates the general process to transform a single RGB triplet (note that this might not match the latest version).
138
+
You can replicate the transforms farily easily in order to use flim's 3D LUTs in your own pipeline without OCIO. The following pseudo-code demonstrates the general process to transform a single RGB triplet (note that this might not match the latest version).
137
139
138
140
```py
139
141
# Input RGB values (color space: Linear BT.709 I-D65)
0 commit comments