Modify

Opened 16 years ago

Closed 15 years ago

Last modified 14 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 Changed 16 years ago by TicketCleanup

  • Version 3.2.12.0 deleted

Automatic ticket cleanup.

comment:2 follow-up: Changed 15 years ago by haura

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

comment:3 in reply to: ↑ 2 Changed 15 years ago by Valik

Replying to haura:

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

When it's done.

comment:4 Changed 15 years ago by Valik

  • Milestone set to 3.3.1.0
  • Resolution set to Completed
  • Status changed from new to 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:5 Changed 15 years ago by anonymous

THANK YOU!!!! Can't wait!

comment:6 Changed 15 years ago by Valik

  • Milestone 3.3.1.0 deleted
  • Resolution Completed deleted
  • Status changed from closed to 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 Changed 15 years ago by Valik

  • Severity changed from None to 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.

comment:8 follow-up: Changed 15 years ago by ynbIpb

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

comment:9 in reply to: ↑ 8 Changed 15 years ago by Valik

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 Changed 15 years ago by Jpm

  • Owner set to Valik
  • Status changed from reopened to assigned

comment:11 Changed 15 years ago by Valik

  • Milestone set to 3.3.1.2
  • Resolution set to Completed
  • Status changed from assigned to closed

Added in version: 3.3.1.2

comment:12 Changed 14 years ago by Krush

Horizontal Right -> Left search still does not work.

comment:13 Changed 14 years ago by mvg

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

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.