| java.lang.Object abbot.tester.ImageComparator
ImageComparator | public class ImageComparator implements java.util.Comparator(Code) | | This code expects the availability of the com.sun.image.codec.jpeg
extensions from the Sun JDK 1.3 or JRE.
Original comparison code contributed by asmithmb.
author: asmithmontebello@aol.com, twall
|
compare | public int compare(Object obj1, Object obj2)(Code) | | Compare two images. May be BufferedImages or File arguments.
|
equals | public boolean equals(Object obj)(Code) | | Comparators are equal if they're the same class.
|
|
|