Registry / utility / image-hasher

image-hasher

JSON →
library3.1.1rscratesunverified

A library for perceptual hashing and difference calculation of images.

# Cargo.toml [dependencies] image_hasher = "3.1.1"
INSTALL
IMPORT
SIG · IMAGE-HASHER
I
image-hasher
utilityrustv3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ImageHash
use image_hasher::ImageHash;

Compute perceptual hash of an image file

use image_hasher::ImageHash; fn main() { let hash = ImageHash::from_path("image.png").unwrap(); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
image-hasher — cargo add image-hasher · libregistry