image-dedupe

1.0.1 • Public • Published

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

Flag Description
-b Set bitwidth for hashing (Defaults to 16 if not provided)
-o Specify output file to save results. File will be created automatically if it does not exist. If not provided results will be written to console
-r Delete duplicate images
-h Display help message

Readme

Keywords

none

Package Sidebar

Install

npm i image-dedupe

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

13.7 kB

Total Files

8

Last publish

Collaborators

  • jproland23