Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phyng/lutlib
- Owner: phyng
- License: mit
- Created: 2024-01-15T14:17:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:08:27.000Z (about 1 year ago)
- Last Synced: 2025-01-14T20:16:27.017Z (6 days ago)
- Topics: 3d-luts, 3dlut, lut
- Language: C++
- Homepage: https://pypi.org/project/lutlib/
- Size: 120 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_lutapply_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)