#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 , 18 years ago
| Version: | 3.2.12.0 |
|---|
follow-up: 3 comment:2 by , 17 years ago
When does an owner and milestone get assigned to this 6 month old request?
comment:3 by , 17 years ago
Replying to haura:
When does an owner and milestone get assigned to this 6 month old request?
When it's done.
comment:4 by , 17 years ago
| 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 , 17 years ago
| 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 , 17 years ago
| 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 , 16 years ago
Please make a reverse horizontal. (right-to-left searching)
Example:
PixelSearch(100,5,0,5,color)
comment:9 by , 16 years ago
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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | reopened → assigned |
comment:11 by , 16 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Resolution: | → Completed |
| Status: | assigned → closed |
Added in version: 3.3.1.2
comment:13 by , 16 years ago
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.