Skip to content
/ acolor Public

Tool to compute average color of an image

License

Notifications You must be signed in to change notification settings

schdav/acolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acolor

GitHub top language license GitHub last commit GitHub repo size in bytes

acolor computes the average color of a jpeg image.

How to use?

go mod init

go build

./main IMAGE

Why exponentiations and square roots?

These mathematical operations are needed to calculate the most accurate average color.
(see Computer Color is Broken)

About

Tool to compute average color of an image

Topics

Resources

License

Stars

Watchers

Forks

Languages