Small CLI tool to extract dominant color palettes from images.
- JPEG / PNG support
- Terminal color preview
- HEX output
- JSON export
- No external dependencies
mkdir build
cd build
cmake ..
make./ccolors image.jpg- Prints color swatches + hex
- Writes palette.json
- stb_image.h (included)
MIT