imeq 0.1.0

imeq aims to quickly compare two images to see if they are the same image
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: imgeq
version: "0.1.0"
author: https://github.com/michaelr0/imeq-rs
settings:
    - ArgRequiredElseHelp
args:
    - IMAGE_1:
        help: Sets the first image to use
        required: true
        index: 1
    - IMAGE_2:
        help: Sets the second image to use
        required: true
        index: 2