LUT tools and Mac OS¶
The LUT tools in DuME rely on ociobakelut
, a tool included in OpenColorIO. For technical reasons on Mac OS, DuME does not include this tool (yet), and you have to install it on your own.
The easiest way to get it is to use Homebrew, and install OpenColorIO with the command brew install opencolorio
.
Detailed instructions¶
Here is a simple step-by-step tutorial to help you get OpenColorIO on Mac OS.
- Open the Terminal application, where you can copy and paste the following commands.
- Install XCode command line tools with
xcode-select --install
- Install Homebrew with
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install OpenColorIO with
brew install opencolorio
OpenColorIO is now available on your system, along with the tools needed by DuME.