public class ImgAHash extends AbstractImgHash
Class which implements AHash (average hash) algorithm to create hashes of images.
Seit:
1.0.6 - 2018-10-09
Autor:
hypfvieh
  • Methodendetails

    • computeHash

      public static String computeHash(File _image) throws IOException
      Compute the AHash of the given file (which should be a valid image).
      Parameter:
      _image - image to hash
      Gibt zurück:
      hash as string
      Löst aus:
      IOException - on any error when reading file