Expand description
Rust interface for fast and efficient image deduplication. Leverages perceptual hashing algorithms to identify duplicate or visually similar images in a directory.
Functionsยง
- dupes
- Finds duplicate images in a directory.
- hash
- Calculates hashes for all images in a directory recursively.
- select_
algo - Selects a hashing algorithm.
- select_
filter_ type - Converts a string to a
FilterType
.