Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 366 Bytes

lutlib

A Python library for applying 3D LUTs to images.

Installation

pip install lutlib

Usage

from lutlib import apply_lut

apply_lut("path/to/lut.cube", "path/to/image.jpg", "path/to/output.jpg")

License

MIT

Thanks