aaronm67 / node-phash

Phash Bindings for Node.js
163 stars 41 forks source link

Image hashes are incorrect due to wrong C data type being used. #4

Closed ada-lovecraft closed 11 years ago

ada-lovecraft commented 11 years ago

We need to use the proper ulong64 data type so that hamming calculations (and others) will be correct.