Get colors from an image. Optionally sort by most common.
```bash Image Colors Get colors from an image. Optionally sort by most common.
Usage:
./imagecolors [options]
Options: -h, --help Show this screen. --version Show version. -c, --colors Show colors. -l, --delimiter DELIM Delimiter between color and count [defaults: ' has a pixel count of: ']. -d, --depth DEPTH Set depth of search (how many pixels iterated by) [default: 1]. -r, --rgb Display rgb instead of hex. ```