Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phyng/lutlib

A Python library for applying 3D LUTs to images.
https://github.com/phyng/lutlib

3d-luts 3dlut lut

Last synced: 2 days ago
JSON representation

A Python library for applying 3D LUTs to images.

Awesome Lists containing this project

README

        

# lutlib

A Python library for applying 3D LUTs to images.

## Installation

```bash
pip install lutlib
```

## Usage

```python
from lutlib import apply_lut

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

## License

MIT

## Thanks

- [ray-cast/lut](https://github.com/ray-cast/lut)
- [nothings/stb](https://github.com/nothings/stb)