Skip to content

2bit-hack/huever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

About

Extract dominant colors from an image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages