#image #diff #color #look #determine #human #perception

app looke

确定两张图像是否对人类颜色感知看起来相同

3个不稳定版本

0.2.1 2019年1月29日
0.2.0 2019年1月29日
0.1.0 2019年1月26日

#5 in #perception

MIT 许可证

12KB
300 代码行

looke

node.js模块looks-same的子集的Rust端口。

确定两张图像是否对人类颜色感知看起来相同。

安装

cargo install looke

用法

USAGE:
    looke [FLAGS] [OPTIONS] <ref-image> <image>

FLAGS:
    -h, --help         Prints help information
    -t, --tolerance    tolerance for image diff
    -V, --version      Prints version information

OPTIONS:
    -d, --diff-image <diff-image>    path for saving diff output image

ARGS:
    <ref-image>    path to reference image
    <image>        path to image

如果它们看起来不相同,则退出并返回1。

依赖关系

~7MB
~115K SLoC