[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2013-08-14 Thread RaiMan
** Changed in: sikuli Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title: X-1.0rc3: images consisting of only one color always found and in

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2013-05-07 Thread RaiMan
** Changed in: sikuli Importance: High = Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title: X-1.0rc3: images consisting of only one color always found and in wrong

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2013-05-07 Thread RaiMan
** Description changed: + *** Status with SikuliX-1.0 + - works (except for solid black) just using find(image of solid color.png) (similarity is internally set to exact() + - findAll(): exact() needed: for matches in findAll(Pattern(solid.png).exact()) - otherwise you still get false

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2013-02-21 Thread RaiMan
** Changed in: sikuli Importance: Undecided = Low ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: x1.0-rc3 = x1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2013-02-21 Thread RaiMan
** Tags added: fkt-general -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title: X-1.0rc3: images consisting of only one color always found and in wrong location Status in Sikuli: Fix

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-10 Thread Tsung-Hsiang Chang
In r881(will be included in RC3), Sikuli handles this case automatically. No need to set the Pattern similarity to 1.0 anymore. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title:

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-05 Thread Tsung-Hsiang Chang
This's fixed except for solid black images. If someone really needs to match a pure black image against the screen, open a new bug request then. ** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-05 Thread Tsung-Hsiang Chang
btw, to use solid color matching, the Pattern should be set with similarity 1.0. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title: X-1.0rc3: images consisting of only one color always

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-07-11 Thread RaiMan
confirmed: Region(0,0,600,400).find(red-32x32.png) always matches at (120,80) no matter, what the screen content is. (sikuli x-1.0rc3 / os x 10.6.7 64 bit) ** Summary changed: - images consisting of only one color mistakenly always found + X-1.0rc3: images consisting of only one color always