Skip to content

A GUI for CIE chromaticity scatter diagram from image, made with Qt

License

Notifications You must be signed in to change notification settings

kampidh/Color-Gamut-Plotter-QtVer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-Gamut-Plotter Qt Version

Another take in color gamut plotting but with Qt frameworks instead.

Screnshot

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