Modify

Opened 18 years ago

Closed 16 years ago

Last modified 16 years ago

#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, 18 years ago

Version: 3.2.12.0

Automatic ticket cleanup.

comment:2 by haura, 17 years ago

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

in reply to:  2 comment:3 by Valik, 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 Valik, 17 years ago

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, 17 years ago

THANK YOU!!!! Can't wait!

comment:6 by Valik, 17 years ago

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, 17 years ago

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, 16 years ago

Please make a reverse horizontal. (right-to-left searching)
Example:
PixelSearch(100,5,0,5,color)

in reply to:  8 comment:9 by Valik, 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 J-Paul Mesnage, 16 years ago

Owner: set to Valik
Status: reopenedassigned

comment:11 by Valik, 16 years ago

Milestone: 3.3.1.2
Resolution: Completed
Status: assignedclosed

Added in version: 3.3.1.2

comment:12 by Krush, 16 years ago

Horizontal Right -> Left search still does not work.

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

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.