dhash
v0.0.4
Published
Compute difference hash of image
Downloads
55
Maintainers
Readme
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)