Re: Detect predominant colors from an image
Posted: 2008-01-24T18:02:24-07:00
convert logo: -unique-colors -depth 8 text:
or
convert logo: -format %c -depth 8 histogram:info:
see http://www.imagemagick.org/Usage/quantize/#extract
or
convert logo: -format %c -depth 8 histogram:info:
see http://www.imagemagick.org/Usage/quantize/#extract