OpenColorIO-Tools Installation inside of your Linux(Ubuntu, Fedora)

Write by JP.Lee

OpenColorIO-Tools Installation inside of your Linux(Ubuntu, Fedora)

When you guys working on Windows10 very difficult to build a binary file to OpenColorIO source code from the git repo.

So I just explaining to very easy way to use OpenColorIO tools for generating lut files.

Virtual Machine with Linux.

I used to VMWARE but this is not free. So, another virtual machine player as VirtualBox that available to use for free.

Fedora Linux.

https://getfedora.org/en/workstation/

Open to Terminal then type to below.

sudo yum install OpenColorIO

Ok. We try to commanding to ociolutimage first because We must be install to ociolutimage package providing to OpenColorIO-tools command.

Ok… second thing that type like below.

ociolutimage

Automatically install to those related packages from repo.

ociolutimage --generate --cubesize 64 --config nuke-default/config.ocio --color convert linear srgb --output lutLinearToSRGB.exr

As We know It needs to be some configure file from here. Try to use the above code inside of Terminal now.