An image quantization application written in plain Java.
Releases are available on Codeberg
- Quantize using K-Means algorithm.
- Quantize using Median-Cut algorithm.
- Quantize using Octree algorithm.
- Quantize using RGB collapse algorithm.
- Search using a set of colors (from an open image) and a target images count.
- Crop.
- Upscale and downscale using linear and nearest filters
- Display colors' amounts per image
- Display RGB color graphs.
An indexed images format that saves each color in the colormap's repeatition, the format's standard is provided in Encoder's code.
- Anything that understands POM files.
We are open to adding more features (especially quantization algorithms !) to our project, gui improvements are also encouraged.
Under GPL 3.0