From adc81e0a0a7e9eb8010530256adae478fd6745b5 Mon Sep 17 00:00:00 2001 From: murat Date: Sat, 31 Jan 2026 18:40:57 +0300 Subject: [PATCH] docs: add initial README --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index e69de29..0add897 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,35 @@ +# ccolors + +Small CLI tool to extract dominant color palettes from images. + +## Features + +- JPEG / PNG support +- Terminal color preview +- HEX output +- JSON export +- No external dependencies + +## Build + +### Linux / macOS +```bash +mkdir build +cd build +cmake .. +make``` + +## Usage +```bash +./ccolors image.jpg +``` + +## Output +- Prints color swatches + hex +- Writes palette.json + +## Dependencies +- stb_image.h (included) + +## License +MIT