KilianB / JImageHash

Perceptual image hashing library used to match similar images
MIT License
397 stars 80 forks source link

Can I use It in android? #48

Closed ghost closed 3 years ago

KilianB commented 3 years ago

I do not do android development with java and thus I can't give you any feedback if the slim android sdk supports all required functionality. I am not aware of any special culprits you should have when using it.

omkar-tenkale commented 3 years ago

I'm getting this error

    hash = hasher.hash(getFile());
                         ^
  class file for java.awt.image.BufferedImage not found

So i guess we cant use this library in android?

As java awt packages are not supported in android

ghost commented 3 years ago

yup you can't! but there are alternatives!

omkar-tenkale commented 3 years ago

Thanks!