@FunctionalInterface public interface IImgHash
| Modifier and Type | Method and Description |
|---|---|
String |
computeHash(File _image)
Calculate the hash of given image.
|
String computeHash(File _image) throws IOException
_image - image to hashIOException - when file processing failsCopyright © 2019. All rights reserved.