Jump to content

Recommended Posts

Posted

Hey guys!

 

I was wondering how autoit pixelsearch actually works. Does it output the first pixel it finds in the area.. is there a way for it to say how many of those it has found and display every single one of them or not..

 

Thanks in advance :)

Posted

Well, the idea is that when you set the values for the rectangle to search, depending on the values you put in,

then the function will search in that direction. As explained in the help file.

Normally the left value is lower than the right, this means it starts to search from left to right, in order to invert this order of search, you have to invert the coordinates.

So yes, the function will say what was the first pixel found in the area, but it does so in a particular order and direction set by you.

As for getting how many were found, that would be a question of excluding the ones that were already flagged.

I didn't search for it, but im sure there are already examples of that around here.

Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

As @careca said there is multiple examples on how you could do it.  But I tested performance on many of them, and I can tell you that GDI+ performs the best when searching for many pixels.  If you only search for 2-3 pixels, then PixelSearch would probably be faster.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...