imagehash
The imagehash crate provides image hashing algorithms.
Supported Algorithms
- Average Hash (aHash)
Usage
use image;
use AverageHash;
let img_filename = "tests/1.jpg";
let img = open.unwrap;
let hasher = default;
let hash = hasher.hash;
println!; // hex-encoded hash string