KilianB / JImageHash

Perceptual image hashing library used to match similar images
MIT License
407 stars 83 forks source link

Android Usage #54

Open omkar-tenkale opened 3 years ago

omkar-tenkale commented 3 years ago

I'm trying to use this library in my app but the app wont compile with this error

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

Any way too fix this?

omkar-tenkale commented 3 years ago

Java awt packages are not supported for android

Jeel7584 commented 8 months ago

@omkar-tenkale Do you found any solution?