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

app looke

To determine if two images look the same to human color perception

3 unstable releases

0.2.1 Jan 29, 2019
0.2.0 Jan 29, 2019
0.1.0 Jan 26, 2019

#8 in #perception

21 downloads per month

MIT license

12KB
300 lines

looke

A rust port of a subset of node.js module looks-same.

To determine if two images look the same to human color perception.

Install

cargo install looke

Usage

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

If they look not the same, exit with 1.

Dependencies

~15MB
~110K SLoC