imagez
imagez copied to clipboard
Extract common colors from images
trafficstars
Do you have plans to add support for the following use case: extract common colors from the image?
Equivalent to the ImageMagick: convert $FILENAME -depth 4 +dither -colors 7 -unique-colors txt:-
There is some dithering functionality already.
Extracting common / representative colours would be a useful addition I think - happy to consider as an enhancement.
+1