image_hashing 0.1.1
image_hashing: ^0.1.1 copied to clipboard
A Dart library for generating perceptual hashes (AHash, PHash, DHash, WHash) from images, providing efficient single-image hash computation and comparison.
0.1.1 #
- Infrastructure
- Configured GitHub Actions workflow
- Image Preprocess allows to resize to different shapes
0.1.0 #
- Initial implementation of
AHash
with:- A shared hash base class
Hashing
- A shared hash base class
- Core features:
- Native Average Hashing
- Other functionalities will be implemented later
- Enable import to allow other libraries to begin