< prev index next >

core/JemmyAWTInput/src/org/jemmy/image/RoughImageComparator.java

Print this page

        

*** 27,37 **** import org.jemmy.image.pixel.PixelEqualityRasterComparator; /** * Compares two images roughly (i.e. not all of the pixel colors should match). * ! * @author Alexandre Iline (alexandre.iline@sun.com), KAM <mrkam@mail.ru> */ public class RoughImageComparator extends BufferedImageComparator { /** * Creates a comparator with --- 27,38 ---- import org.jemmy.image.pixel.PixelEqualityRasterComparator; /** * Compares two images roughly (i.e. not all of the pixel colors should match). * ! * @author shura ! * @author mrkam */ public class RoughImageComparator extends BufferedImageComparator { /** * Creates a comparator with
< prev index next >