
This application allows users to plot the colors in an image into a 3D color space. It provides a visualization of the RGB color space which can give interesting insights into the color distribution of the image. It supports several different color coordinate systems such as RGB Cartesian, RGB rotated Cartesian, RGB Cylinder, HSV Cartesian, HSV Cylinder, HLS Cylinder, and YCC Cartesian coordinates. It also allows users to generate histograms and lists of colors by color quantization of the entire color into a few prominent colors.
v2.5 [Nov 16, 2020]
- Fixed problems on OpenGL 3 devices
- Fixed an issue of a file open dialog box
- Bug fixes and performance improvement