You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Drew Short c53d804145 Update README.md 10 years ago
src Removed an error message. Updated the caching to differentiate between file sizes. 10 years ago
test_images Added full ahash test for sample_01. Renamed sample images for testing purposes. Working on a more comprehensive testing for ahashes. 10 years ago
.gitignore Working simple caching of the images used to hash. Needs some additional work, but much better than on dry runs. 10 years ago
.gitlab-ci.yml No need for the build stage 10 years ago
.travis.yml Working on a testing fix. Also comitted a travis.yml to let travis build pihash. 10 years ago
Cargo.toml Working simple caching of the images used to hash. Needs some additional work, but much better than on dry runs. 10 years ago
LICENSE Initial project commit 10 years ago
README.md Update README.md 10 years ago
appveyor.yml Adding appveyor build based on the one from rustc-serialize 10 years ago
starter_file.rs Basic binary + library setup 10 years ago

README.md

Perceptual Image Hashing

NixBuildStatus WindowsBuildStatus

The goal of this library is to offer a utility for calculating perceptual hashes of images for the purpose of comparing images for similarity

Examples

To Be Added

FFI binding for non-rust usage

To Be Added

License

Perceptual Image Hashing is licensed under the MIT license. See the LICENSE file in this directory for more information.