diffimg 2.0.0

Compute the amount of difference between two images
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "diffimg"
version = "2.0.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"
keywords = ["image", "diff", "difference", "img", "compare"]
categories = ["algorithms", "multimedia::images"]

[dependencies]
base64 = "0.12.0"
lcs-diff = "0.1.1"

[dev-dependencies]
image = { version = "0.23", default-features = false, features = ["png"] }