swtbot: Introducing ImageHelper
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 25 Mar 2015 19:58:57 +0000 (15:58 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 27 Mar 2015 01:08:46 +0000 (21:08 -0400)
commit63bb909613db165559af3d24516da3e45f735eee
tree09d442e37c45b2b6a058d8c222422847c824264a
parent1acb79492249d73a41afedbc745724ab25236cfa
swtbot: Introducing ImageHelper

The ImageHelper is a way to compare screenshots quickly and efficiently.
It has many helpers made to aid in comparisson. Each pixel is queried as
an RGB, the image can give the following info:

* its dimensions and place in the screen
* its pixels
* all the pixel values of a query (for sampling)
* a row of the image
* a column of the image

Change-Id: Id7a4c168cad18448a4d0d5c14ef395e05b6f018b
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/44635
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
org.eclipse.tracecompass.tmf.ui.swtbot.tests/META-INF/MANIFEST.MF
org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/ImageHelper.java [new file with mode: 0644]
This page took 0.024195 seconds and 5 git commands to generate.