colorscore icon indicating copy to clipboard operation
colorscore copied to clipboard

Finds the dominant colors in an image and scores them against a user-defined palette, using the CIE2000 Delta E formula.

Results 3 colorscore issues
Sort by recently updated
recently updated
newest added

What license is this project?

i've figured out why doesn't parse png files. cuz wrong REGEX. ``` $ convert '가나다라마법사.jpg' -resize 400x400 -format %c -dither None -quantize YIQ -colors 1 -depth 8 histogram:info:- 135200: (141,146,140)...

Hi, How can I set default color palette for scan images? Or similar functionality https://github.com/humanmade/Colors-Of-Image Thx.