80 Commits (e0bb7d6592dfe875af968cfe03e57ac84173dabd)
 

Author SHA1 Message Date
Drew Short e0bb7d6592 Fixed the FFI implementation. Updated the python FFI example to reflect the new changes. 8 years ago
Drew Short 60f7015937 Reverted image library. It was no longer processing jpg images. Added some saftey features to opening images. Cleaned up the library calls. Finished the lib conversion of PIHash struct. FFI stuff missing, that will come in another point release to the library. 8 years ago
Drew Short ebd2fdaa75 Modularized some code. Changed API to use a PIHash library struct for maintaining the cache information. FFI code currently broken, will bring back next version after I figure out how to pass pointers to Rust structs around. 8 years ago
Drew Short 36cbc8d64d Changed the exectable to print phash info for a single file, or print the similar images to the first when passed more than one image 8 years ago
Drew Short 3073006ef4 Updated dependency versions 8 years ago
Drew Short 8e3de12cc7 Had to change the version as well 8 years ago
Drew Short 8d27a1dcda Apparently crates.io doesn't understand just the license file, So making the config change back to MIT in the config for clarity on crates.io 8 years ago
Drew Short dc8453dc67 Ran rustfmt 8 years ago
Drew Short e0a951ee3c Cleanup 8 years ago
Drew Short 188fbe9101 Converted hash.rs into a module. Refactored lib.rs and the tests within. 8 years ago
Drew Short 1d408c2905 Working on allowing the cache to be turned off 8 years ago
Drew Short 6a27b548fd Introduced the concept of a cache_version so that we can change the cache style without segfaulting existing deployments. 8 years ago
Drew Short b543cb397e Moved the cache into a struct 8 years ago
Drew Short b51d54fee4 Added a working version call for the version flag 8 years ago
Drew Short 45c251bb70 Fixing the C test to use the test images above this folder 9 years ago
Drew Short 2561756313 Updating the ffi py test to work on windows 9 years ago
Drew Short a58e44c343 Merge branch 'master' of https://github.com/warricksothr/Perceptual-Image-Hashing 9 years ago
Drew Short 86b063dbe5 Revert "Bumped to 0.2.3 for changes" 9 years ago
Drew Short 55657db2d7 Working python FFI example/test 9 years ago
Drew Short 2981b5faf8 Changing the buffer to only be created once, clearing it out with each run and at the end. 9 years ago
Drew Short 8640042cb3 buffer clearing for the c code. Changes to the python code. Working on getting a reasonable python FFI example in place. 9 years ago
Drew Short 62b1429994 Removed a wide character library that wasn't needed in the ffi c test. 9 years ago
Drew Short af6547713f Adding ignore for log files 9 years ago
Drew Short 439b506b97 Cleaned up that c code, and made it more like the python test that's still failing. 9 years ago
Drew Short 77f1a6623f Working FFI C code 9 years ago
Drew Short 9166422065 FFI Work 9 years ago
Drew Short 7fe8fa06e7 Project warnings cleanup 9 years ago
Drew Short 0e81fb9391 Bumped to 0.2.3 for changes 9 years ago
Drew Short 8d9161bef3 Added Compression To Cached Matrix Data 9 years ago
Drew Short 58579b2dcd FFI Interface methods and tests 9 years ago
Drew Short 23f0eec0f4 Externalizing 9 years ago
Drew Short 0d128cb8aa Style changes 9 years ago
Drew Short fa66f676e5 Fixing the wildcard issues that cargo was complaining about publishing to crates.io 9 years ago
Drew Short 4d2b25d713 Incrementing patch version due to fixes with the dft interface changes. 9 years ago
Drew Short 8773a5a323 Merge branch 'master' of https://github.com/warricksothr/Perceptual-Image-Hashing 9 years ago
Drew Short 6de0800656 Fixing issues with the latest dft library, and cleaning up the code. 9 years ago
Drew Short 089bf9a993 Adding todo items 9 years ago
Drew Short 8b2de14eb6 Working on storing DFT's in the cache since we have it. 9 years ago
Drew Short 574b09d4f5 Merge branch 'master' of https://git.sothr.com/warricksothr/Perceptual-Image-Hashing 9 years ago
Drew Short c853b63827 Working on caching the DCT/DFT 9 years ago
Drew Short a57415c4ac Merge branch 'master' of https://github.com/warricksothr/Perceptual-Image-Hashing 9 years ago
Drew Short 04cdb3ff92 Merge branch 'master' of https://github.com/warricksothr/Perceptual-Image-Hashing 9 years ago
Drew Short ebb8e0e0f2 Tweaked the gitlab ci runner configuration 9 years ago
Drew Short b4defe7306 Update README.md 9 years ago
Drew Short 0f6574e7c7 Updates to caching and the unit tests to ensure this build runs. 9 years ago
Drew Short 7ed4752420 Same work for DHash and PHash. Also updating testing to the new model. 9 years ago
Drew Short d25bd4db8e Ported AHash to the new style for hashes. Set git to ignore sublime-workspace files 9 years ago
Drew Short 5b00cc1b5d Making sure the packaged crate doesn't include the test images. No reason for it to be anywhere but source control. 9 years ago
Drew Short 4e54076167 Merge branch 'master' of https://github.com/warricksothr/Perceptual-Image-Hashing 9 years ago
Drew Short 413e878fb7 Updating the Cargo.toml file 9 years ago