commonsmachinery / blockhash-js

Image perceptual hash calculation in javascript
http://blockhash.io/
MIT License
172 stars 49 forks source link

Java implementation of blockhash #25

Open bbhopesh opened 4 years ago

bbhopesh commented 4 years ago

I needed to use blockhash-core in my Android app. So, I followed your C and JS implementations, and implemented it in Java. I was wondering if you'd be interested in mentioning the repo on your website or maybe move repository to your org?

Here is the link to java implementation: https://github.com/bbhopesh/blockhash-java

blockhash-java-lib is the Java implementation without any Android dependencies. blockhash-android-lib is wrapper for Android.