Metadata-Version: 2.1
Name: lutlib
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM


# 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.png", "path/to/output.png")
```

## License

MIT

## Thanks

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

