/HaldCLUT

C/C++ generator for Hald Color Lookup Tables

Primary LanguageCApache License 2.0Apache-2.0

HaldCLUT

C/C++ generator for Hald Color Lookup Tables. Derived from C code by Quelsolaar.

Dependencies

In order to output PNGs, libpng is required.

Building

gcc src/create.c -o bin/create -lpng

Usage

bin/create <OUTPUT_FILE> <LEVEL>

For example:

bin/create outputs/hald_clut.png 8

Platform binaries

Windows binaries have been included in the bin directory.