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/

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0b89eb75-f308-49a3-937b-d9d312f4dacb/image1.png

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

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cc76146f-3cfc-4ebb-9ffd-82a8815a6164/image2.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/77e815d4-d6d4-4c5f-b40f-d51752faa47e/image3.png

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.