Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 653 Bytes

File metadata and controls

18 lines (13 loc) · 653 Bytes

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)