image_hashing 0.1.0 copy "image_hashing: ^0.1.0" to clipboard
image_hashing: ^0.1.0 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.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
140
points
41
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