C/C++ generator for Hald Color Lookup Tables. Derived from C code by Quelsolaar.
In order to output PNGs, libpng is required.
gcc src/create.c -o bin/create -lpng
bin/create <OUTPUT_FILE> <LEVEL>
For example:
bin/create outputs/hald_clut.png 8
Windows binaries have been included in the bin
directory.