Search found 31 matches

by qubodup
2009-10-07T13:47:30-07:00
Forum: Users
Topic: Getting the colors of an image as text/hex values
Replies: 4
Views: 10590

Getting the colors of an image as text/hex values

Hello, I would like to generate a list of colors used in an image. kind of like convert in.png -unique-colors out.png only that I get the output in text form, one line per color. I also would like this list to be sorted by how often the color appears in the image. Something like $ colors image.png 3...