8000 GitHub - dijs/dhash: dHash Implementation for Node
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dijs/dhash

Folders and files

NameName
Last commit message
Last commit d 8000 ate

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

Contributors 3

  •  
  •  
  •  
0