URL fileA = ... URL fileB = ... ImagesComparator comparator = new ImagesComparator(); ImagesComparator.Result result = comparator.compareImages(fileA, fileB); boolean isEqual = result.isEquals(); // true if the two images are strictly equal
Copyright 2006-2024 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences