img_hash 0.0.2

A simple library that provides perceptual hashing and difference calculation for images.
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
image = "*"

[package]
authors = ["Austin Bonander <austin.bonander@gmail.com>"]
description = "A simple library that provides perceptual hashing and difference calculation for images."
documentation = "http://rust-ci.org/cybergeek94/img_hash/doc/img_hash/"
keywords = ["image", "hash", "perceptual", "difference"]
license = "MIT"
name = "img_hash"
repository = "http://github.com/cybergeek94/img_hash"
version = "0.0.2"