dhash

0.0.4 • Public • Published

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)
 

Package Sidebar

Install

npm i dhash

Weekly Downloads

13

Version

0.0.4

License

MIT

Last publish

Collaborators

  • rompetoto