Skip to content

Instantly share code, notes, and snippets.

@niieani
Last active July 20, 2016 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niieani/9de13433923b690490a758fd71565433 to your computer and use it in GitHub Desktop.
Save niieani/9de13433923b690490a758fd71565433 to your computer and use it in GitHub Desktop.
Installing and using lut_to_lut from ColorPipe-tools under Mac OS X

Installing and using lut_to_lut from ColorPipe-tools under Mac OS X

# install dependencies:
brew install homebrew/python/numpy homebrew/python/scipy
brew install opencolorio --with-python
git clone https://github.com/mikrosimage/ColorPipe-tools
cd ColorPipe-tools/lubLab
ln -s ../utils utils

Usage, e.g. convert from MGA to CUBE:

# prepare environment
bash
source /usr/local/share/ocio/setup_ocio.sh
# run command
./lut_to_lut.py --out_type 3D --out_format cube -outfile ./tassinflat.cube ./LUT_TassinFlat_D7000.mga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment