diffimg 0.1.0

Compute the amount of difference between two images
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "diffimg"
version = "0.1.0"
authors = ["Kevin <quebin31@gmail.com>"]
edition = "2018"
repository = "https://gitlab.com/quebin31/diffimg-rs/"
license = "MIT"
description = "Compute the amount of difference between two images"


[dependencies]
base64 = "0.9.0"
image = "0.20"
lcs-diff = "0.1.1"