A Python library for applying 3D LUTs to images.
pip install lutlibfrom lutlib import apply_lut
apply_lut("path/to/lut.cube", "path/to/image.jpg", "path/to/output.jpg")MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Python library for applying 3D LUTs to images.
pip install lutlibfrom lutlib import apply_lut
apply_lut("path/to/lut.cube", "path/to/image.jpg", "path/to/output.jpg")MIT