API signature :
public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int relativeX, int relativeY, Color highlight)
highlight - a color to highlight the difference. If null, color difference is shown.
public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int relativeX, int relativeY, Color highlight)
highlight - a color to highlight the difference. If null, color difference is shown.
- relates to
-
JDK-8222517 org.jemmy2ext.JemmyExt.waitImageIsStill() - Save difference of the images in failure case
- Open