X-1.0rc3: images consisting of only one color always found and in wrong location
Bug #808575 reported by
ark
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Released
|
Critical
|
RaiMan |
Bug Description
*********** 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(
-------
1 sikuli x-1.0rc2
2 os x 10.6.7 64 bit
3 create a 32x32 px png, fill with any solid color (see attachment for sample); use any find operation - usually a match is found in top-left corner of screen, sometimes in random other screen locations
Changed in sikuli: | |
importance: | Undecided → Low |
assignee: | nobody → RaiMan (raimund-hocke) |
milestone: | x1.0-rc3 → x1.0 |
tags: | added: fkt-general |
Changed in sikuli: | |
importance: | Low → High |
Changed in sikuli: | |
importance: | High → Critical |
description: | updated |
Changed in sikuli: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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)