Activity log for bug #878864

Date Who What changed Old value New value Message
2011-10-20 14:02:07 Arthur Dias bug added bug
2011-10-20 14:52:23 RaiMan summary AnySize() on sikuli IDE problem Pattern.anySize() ???
2011-10-22 10:27:23 RaiMan description anySize() is supossed to solve different resolutions problems, right? The PC recognizes normally, but the Server doesnt. Line: find(Pattern("img.png").targetOffset(92,2).anySize()) based on the original description of the planned Sikuli features: anySize() was supossed to solve different resolutions problems. But it is not yet available in Sikuli script.
2011-10-22 10:27:31 RaiMan sikuli: importance Undecided Wishlist
2011-10-22 10:27:43 RaiMan summary Pattern.anySize() ??? [request] want Pattern.anySize() and Pattern.anyColor()
2013-02-22 08:17:35 RaiMan sikuli: importance Wishlist Undecided
2013-02-22 08:17:48 RaiMan sikuli: status New Won't Fix
2013-02-22 08:23:37 RaiMan description based on the original description of the planned Sikuli features: anySize() was supossed to solve different resolutions problems. But it is not yet available in Sikuli script. as a general solution, Sikuli needs to know, how the image should be rescaled. the same image is found in different screen resolutions by Sikuli though. --------------------------------------------------------------------------- based on the original description of the planned Sikuli features: anySize() was supossed to solve different resolutions problems. But it is not yet available in Sikuli script.
2013-02-22 08:23:45 RaiMan sikuli: status Won't Fix In Progress
2013-02-22 08:23:48 RaiMan sikuli: importance Undecided Wishlist
2013-02-22 08:23:52 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-02-22 08:24:15 RaiMan tags fkt-pattern
2016-01-22 09:34:43 RaiMan sikuli: milestone 2.0.0
2016-01-22 09:34:48 RaiMan sikuli: importance Wishlist Medium
2018-04-15 09:46:23 RaiMan sikuli: importance Medium High
2018-04-15 09:46:28 RaiMan sikuli: milestone 2.0.0 1.1.3
2018-06-26 06:40:35 RaiMan sikuli: status In Progress Fix Committed
2018-06-26 06:40:43 RaiMan sikuli: importance High Critical
2018-06-26 06:42:15 RaiMan summary [request] want Pattern.anySize() and Pattern.anyColor() [request] want Pattern.anySize() and Pattern.anyColor() --- feature added 2018-06-25 build #28
2018-06-26 07:07:01 RaiMan description as a general solution, Sikuli needs to know, how the image should be rescaled. the same image is found in different screen resolutions by Sikuli though. --------------------------------------------------------------------------- based on the original description of the planned Sikuli features: anySize() was supossed to solve different resolutions problems. But it is not yet available in Sikuli script. *************** implementation as resize before search operation: - Settings.AlwaysResize for general proportional resize - Pattern.resize resize only for the given image additionally: - Settings.ImageCallback do what is needed with an image before a search op in a callback function see docs: http://sikulix-2014.readthedocs.io/en/latest/scripting.html#Settings.AlwaysResize ---------------------------------------------------------------- as a general solution, Sikuli needs to know, how the image should be rescaled. the same image is found in different screen resolutions by Sikuli though. --------------------------------------------------------------------------- based on the original description of the planned Sikuli features: anySize() was supossed to solve different resolutions problems. But it is not yet available in Sikuli script.