Another take in color gamut plotting but with Qt frameworks instead.
Written in C++ with Qt 5.15.2 and build with MingW 64-bit kit.
Image loading is currently handled with QImage.
Color transformation handled with lcms2.
3D plotting handled with Qt Data Visualization.
2D plotting handled with custom QWidget inspired by Krita Tongue Widget.
lcms2 and JPEG XL dependency borrowed from Krita.
To build:
- This branch have a different build steps than the main branch...
- Build 3rdparty dependencies first and install it to the main build folder
- Configure main project into main build folder where deps are installed
- Build project