1.0.1 • Published 4 years ago

image-dedupe v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

image-dedupe

Detects duplicate images in a given directory using the Block Mean Value Based Image Perceptual Hashing algorithm by Bian Yang, Fan Gu and Xiamu Niu and the block-hash implementation of said algorithm.

Getting Started

Installation

$ npm install image-dedupe

Usage

$ image-dedupe /path/to/images -b 16 -o /output/file/path -r

Options

FlagDescription
-bSet bitwidth for hashing (Defaults to 16 if not provided)
-oSpecify output file to save results. File will be created automatically if it does not exist. If not provided results will be written to console
-rDelete duplicate images
-hDisplay help message