TinyColorIO

July 10, 2018 ยท View on GitHub

Header only C++11 color IO library.

Features

Load

  • Baked SPI 3D LUT

Dependencies

  • glm(optional)

Usage

// define `TINY_COLOR_IO_IMPLEMENTATION` only in *one* .cc file.
#define TINY_COLOR_IO_IMPLEMENTATION
#include "tiny-color-io.h"

Supported format

  • SPI 3D LUT
    • You can download some SPI 3D LUT files fromahttps://github.com/imageworks/OpenColorIO-Configs.git

License

MIT