image_hashing 0.1.1 copy "image_hashing: ^0.1.1" to clipboard
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
  • Core features:
    • Native Average Hashing
    • Other functionalities will be implemented later
    • Enable import to allow other libraries to begin
1
likes
160
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for generating perceptual hashes (AHash, PHash, DHash, WHash) from images, providing efficient single-image hash computation and comparison.

Repository (GitHub)
View/report issues

Topics

#photos #images #hash #dart

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, image, logging, path

More

Packages that depend on image_hashing