Metadata-Version: 2.1
Name: ocio-lut-prescription
Version: 1.0.1
Summary: GUI wrapper of ociobakelut command.
Home-page: https://github.com/djieff/ocio-lut-prescription
Author: Jean-Francois Bouchard
Author-email: bouchard.jfrancois@gmail.com
License: MIT license
Keywords: ocio-lut-prescription
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PySide2

# ocio-lut-prescription

---

## Summary
ocio-lut-prescription is a gui tool used to wrap the ociobakelut command

---

## UI Overview

Note: If you are already familiar with ociobakelut, the ui should be fairly simple to figure out.

![](docs/full_ui.png)

## Generate a LUT, step by step
### Load your ocio configuration
![](docs/set_config.png)

### Select Input and Output ColorSpace (or looks, if available)
![](docs/set_in_out.png)

### Select Lut Format
![](docs/set_format.png)

### Select Destination and bake
![](docs/set_bake.png)

## Extra Features
- Persistent settings for ease of repeated use

- system/dark mode

![](docs/set_dark_style.png)

- expand window for operation summary
![](docs/expand_prescription_info.png)


## Prerequesites
- PyOpenColorIOv2
- python3.8
- pyside2

---

## install
`pip install ocio-lut-prescription`


## Environment setup example (in a linux .bashrc)
```
# OCIO
export PYTHONPATH="${PYTHONPATH}:/path/to/compiled/ocio/lib/python3.8/site-packages"
export LD_LIBRARY_PATH="/path/to/compiled/ocio/lib:$LD_LIBRARY_PATH"
export PATH="/path/to/compiled/ocio/bin:$PATH"
```

---

## execute
`ocio-lut-prescription` (in Terminal)

---

## tests
`tox` (in terminal) will run tests/pylint/black on the repo

## Release history

v1.0.0: initial release

---
## Misc

##### Icon copyright

![](docs/prescription.png)


---

##### Disclaimer

I'm not a doctor, those ain't real prescriptions.

---


