Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 769 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 769 Bytes

huever

A small CLI application to extract dominant colors from an image

img

Usage

Run make to generate the executable

./huever path/to/image

This assumes the terminal you are using supports Truecolor

Alternatively, you could run

./huever path/to/image ANSI

On terminals that do not support Truecolor (The color results may be inaccurate because of the limited palette)

Run make clean to clean up the executable

Libraries used

stb_image by Sean T Barrett, licensed under MIT

References

Median-Cut with Floyd–Steinberg dithering in C++