blockhash 0.1.0

A perceptual hashing algorithm for detecting similar images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# blockhash

A perceptual hashing algorithm for detecting similar images.

[![Crates.io](https://img.shields.io/crates/v/blockhash.svg)](https://crates.io/crates/blockhash)

This is an implementation of the [Blockhash] algorithm, and can produce 16-, 64-, 144-, and 256-bit
perceptual hashes.

[Documentation](https://docs.rs/blockhash)

## License

This project is licensed under the [MIT license](LICENSE).

[Blockhash]: http://blockhash.io