Skip to content

philipluk/ocio-lut-prescription

 
 

Repository files navigation

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.

Generate a LUT, step by step

Load your ocio configuration

Select Input and Output ColorSpace (or looks, if available)

Select Lut Format

Select Destination and bake

Extra Features

  • Persistent settings for ease of repeated use

  • system/dark mode

  • expand window for operation summary

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


Disclaimer

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


About

qt wrapper for ociobakelut

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%