diffimg 2.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
15
16
17
[package]
authors = ["Kevin <quebin31@gmail.com>"]
categories = ["algorithms", "multimedia::images"]
description = "Compute the amount of difference between two images"
edition = "2018"
keywords = ["image", "diff", "difference", "img", "compare"]
license = "MIT"
name = "diffimg"
repository = "https://gitlab.com/quebin31/diffimg-rs/"
version = "2.1.0"

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

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