sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29807
Re: [Question #259550]: issue in comparing two images
Question #259550 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/259550
Eugene Maslov posted a new comment:
Raimund, I also have sometimes a problem that Sikuli Python scripts
don't distinguish between glyphs on pressed and released toggle buttons,
even if 1.00 MinSimilarity is set.
For example, two icons are the same for Sikuli:
http://www.hohmodrom.ru/upload/3/projimg/125631/files/toggled.png
Settings.MinSimilarity=1
click("unpressed.png")
click("pressed.png")
I understand that color-insensitive mode is good and it solves a lot of
problems with random pixel differences in the images, but sometimes
color-strict flag would be really useful. I heard that in Java API it's
already solved, so the implementation for Python would be really nice.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.