Skip to content
 
 

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhash (difference hash)

NPM version Build status Test coverage Dependency Status License Downloads

dHash - image hash implementation for node

Install

npm install dhash-image

Usage


var dhash = require('dhash-image');

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

20 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages