Modify

#351 closed Feature Request (Completed)

Reverse PixelSearch

Reported by: dennis@… 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 TicketCleanup, on Jun 6, 2008 at 12:00:15 PM

Version: 3.2.12.0

Automatic ticket cleanup.

comment:2 by haura, on Nov 30, 2008 at 4:31:26 AM

When does an owner and milestone get assigned to this 6 month old request?

in reply to:  2 comment:3 by Valik, 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 Valik, on Jan 10, 2009 at 7:01:08 PM

Milestone: 3.3.1.0
Resolution: Completed
Status: newclosed

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:5 by anonymous, on Apr 9, 2009 at 9:02:27 AM

THANK YOU!!!! Can't wait!

comment:6 by Valik, on Sep 7, 2009 at 5:33:28 PM

Milestone: 3.3.1.0
Resolution: Completed
Status: closedreopened

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 Valik, on Sep 7, 2009 at 5:34:06 PM

Severity: NoneBlocking

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.

comment:8 by ynbIpb, 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)

in reply to:  8 comment:9 by Valik, 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 J-Paul Mesnage, on Oct 13, 2009 at 6:26:37 PM

Owner: set to Valik
Status: reopenedassigned

comment:11 by Valik, on Oct 14, 2009 at 11:23:24 PM

Milestone: 3.3.1.2
Resolution: Completed
Status: assignedclosed

Added in version: 3.3.1.2

comment:12 by Krush, on Aug 28, 2010 at 1:25:45 AM

Horizontal Right -> Left search still does not work.

comment:13 by mvg, 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

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.