Type
Selects the LUT file format to write.
Generate LUT files from a Fusion color transform
Analyzes a color-processing chain and writes the resulting transform as ALUT3, CUBE or 3DL LUT data.
LUTCubeAnalyzer samples the color transformation produced by a Fusion chain and exports that transformation as a LUT file for reuse elsewhere.
Overview
The node works by evaluating a representative color cube through the intended processing chain. The result can then be written in common LUT formats such as CUBE or 3DL.
Only transforms that can be meaningfully represented by a 3D LUT should be captured. Spatial effects, masks, local contrast, blur, grain and other position-dependent operations cannot be reproduced faithfully by a LUT.
The exported LUT should always be tested against the original color chain on multiple images before it becomes part of a production pipeline.
Think of it as measuring a color pipeline and saving the measured RGB-in to RGB-out relationship into a portable lookup table.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Source image for the operation.
The processed result from this node.
Inspector
Start with these controls before reaching for more complicated workarounds.
Selects the LUT file format to write.
Sets the destination LUT filename.
Chooses a file path interactively.
Analyzes the transform and writes the LUT.
Writes the ALUT3 format when selected.
Writes the widely supported .cube format.
Writes a .3dl LUT format.
Practical setup
Build only the global color operations you want to capture.
Place LUTCubeAnalyzer so it sees the final color mapping.
Choose the file Type and Filename.
Write the LUT.
Apply the exported LUT to several test images and compare it with the original chain.
Examples
Convert a global grading stack into a portable CUBE file.
Export a transform for another tool that supports 3D LUTs.
Troubleshooting
Production notes
Related nodes