Skip to content

dijs/dhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

dHash Implementation for Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published