← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #369980]: Value comparison of Screenshots using Sikuli

 

Question #369980 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/369980

    Status: Open => Answered

RaiMan proposed the following answer:
For this case SikuliX does not have features currently.

To solve this, you have to do some image processing yourself (e.g.
convert to grayscale) and then use the class Finder to "compare" the
images.

To get the pixel differences is rather complex, but a possible track is
to use the onChange() feature of observe by displaying the 2 images one
after the other in the same region on the screen.

Both approaches need some experience in programming (preferably in Java,
which is the base of SikuliX).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.