Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 556 Bytes

NPM Version Build Status

dhash (difference hash)

dHash - image hash implementation for node

Install

npm install dhash

Requires Image Magick

Usage

var dhash = require('dhash');

dhash('/path/to/image', function(err, hash){
	// Do something with hash hex-string...
});

// Optional last argument for hash size in bytes (Default: 8)