This repository contains source code of the utility which converts HaldCLUT images into 3D Lut files (*.3dl). It supports only 16x16x16 cube for conversion. Main purpose of this is matching color correction between photo editing software and video.
- Create backward conversion from 3dl to HaldCLUT;
- Dig into
.cube
format; - Build interface;
- Launch it as separate web service;
- Download Java JRE from oracle.com;
- Download lutconverter.jar from this repository (see release section);
- Download hald_4_inverted.png;
- Apply color correction to it;
- Save as different file (e.g.
example.png
); - Run command line:
java -jar lutconverter.jar example.png example.3dl
; - Apply converted 3D LUT and enjoy!
Utility distributed under terms of GNU LGPLv3 license.
© Freax Software 2017