Opened on Jun 6, 2008 at 11:57:31 AM
Closed on Oct 14, 2009 at 11:23:24 PM
Last modified on Aug 28, 2010 at 2:28:59 AM
#351 closed Feature Request (Completed)
Reverse PixelSearch
| Reported by: | Owned by: | Valik | |
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | AutoIt |
| Version: | Severity: | Blocking | |
| Keywords: | Cc: |
Description
Searching in other directions then left -> right and top -> bottom.
Example:
PixelSearch(100,100,100,0,0)
Should find the first black edge pixel above 100,100.
Option to find the first pixel not matching a color.
These options instead of looping pixelgetcolor would greatly improve performance.
Attachments (0)
Change History (13)
comment:1 by , on Jun 6, 2008 at 12:00:15 PM
| Version: | 3.2.12.0 |
|---|
follow-up: 3 comment:2 by , on Nov 30, 2008 at 4:31:26 AM
When does an owner and milestone get assigned to this 6 month old request?
comment:3 by , on Nov 30, 2008 at 4:39:17 AM
Replying to haura:
When does an owner and milestone get assigned to this 6 month old request?
When it's done.
comment:4 by , on Jan 10, 2009 at 7:01:08 PM
| Milestone: | → 3.3.1.0 |
|---|---|
| Resolution: | → Completed |
| Status: | new → closed |
Closing for JP since he had a typo in the commit message which prevented it from being auto-closed.
Completed in 3.3.1.0.
comment:6 by , on Sep 7, 2009 at 5:33:28 PM
| Milestone: | 3.3.1.0 |
|---|---|
| Resolution: | Completed |
| Status: | closed → reopened |
This is not fully complete. Things that need done:
- Better documentation. It's very hard to find the one sentence that mentions searching bottom-to-top is even possible.
- It doesn't implement right-to-left searching.
comment:7 by , on Sep 7, 2009 at 5:34:06 PM
| Severity: | None → Blocking |
|---|
I'm going to set this as blocking. It doesn't need to be done by the next beta but it does need to be done before we turn this beta period into a final release.
follow-up: 9 comment:8 by , on Sep 15, 2009 at 10:02:17 AM
Please make a reverse horizontal. (right-to-left searching)
Example:
PixelSearch(100,5,0,5,color)
comment:9 by , on Sep 15, 2009 at 4:34:25 PM
Replying to ynbIpb:
Please make a reverse horizontal. (right-to-left searching)
Example:
PixelSearch(100,5,0,5,color)
Learn to read, please. You'll see that 50% of the reason I reopened this ticket was because it didn't implement right-to-left searching.
comment:10 by , on Oct 13, 2009 at 6:26:37 PM
| Owner: | set to |
|---|---|
| Status: | reopened → assigned |
comment:11 by , on Oct 14, 2009 at 11:23:24 PM
| Milestone: | → 3.3.1.2 |
|---|---|
| Resolution: | → Completed |
| Status: | assigned → closed |
Added in version: 3.3.1.2
comment:13 by , on Aug 28, 2010 at 2:28:59 AM
http://www.autoitscript.com/forum/index.php?showtopic=101976&view=findpost&p=827312
provide a sample case man, no one wants to write up a test case to prove that it's working as intended

Automatic ticket cleanup.