#color #sorting #image #pixel

bin+lib image_colors

从图像中获取颜色。可选按最常用排序。

6 个版本 (3 个重大更新)

使用旧的 Rust 2015

0.5.1 2018 年 3 月 2 日
0.5.0 2018 年 3 月 2 日
0.4.3 2017 年 9 月 14 日
0.3.2 2017 年 9 月 5 日
0.2.2 2017 年 9 月 3 日

#353多媒体

MIT 许可证

71KB
166

image_colors Crates.io 版本徽章 Travis-CI 构建状态

从图像中获取颜色。可选按最常用排序。


用法

Image Colors 0.4.3
Noah Rinehart <[email protected]>
Gets colors from an image. Optionally sort by most common.

USAGE:
    image_colors [FLAGS] [OPTIONS] [ARGS]

FLAGS:
    -c               Show colors in terminal
    -h, --help       Prints help information
    -r               Displays color in rgb instead of hex
    -V, --version    Prints version information

OPTIONS:
    -l, --delim <DELIMITER>    Sets output delimiter [default:  has a pixel count of: ]
    -d <DEPTH>                 Sets depth of search

ARGS:
    <PATH>          Path to the image
    <NUM_COLORS>    Number of colors to return

示例

Example pic

依赖项

~14MB
~116K SLoC