Rexit Posted March 10, 2019 Posted March 10, 2019 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
careca Posted March 10, 2019 Posted March 10, 2019 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
Nine Posted March 10, 2019 Posted March 10, 2019 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. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now