Interface ImageComparator

    • Method Detail

      • compare

        boolean compare​(BufferedImage image1,
                        BufferedImage image2)
        Should return true if images matches, false otherwise.
        Parameters:
        image1 - an image to compare.
        image2 - an image to compare.
        Returns:
        true if images match each other.