Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 227 Bytes

Color Image Quantization using K-Means++

Clone the repository: git clone https://github.com/dzutrinh/KMeans-CIQ

Build: make

Usage: ./ciq input.ppm output.ppm [K]

Tested on:

  • macOS (Clang)
  • MS-DOS (DosBox/DJGPP)