public interface ImageComparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(BufferedImage image1,
BufferedImage image2)
Should return true if images matches, false otherwise.
|
boolean compare(BufferedImage image1, BufferedImage image2)
image1 - an image to compare.image2 - an image to compare.