jokke Posted February 17, 2008 Share Posted February 17, 2008 (edited) I was boored and saw many users not understanding how PixelSearch works, so i decided to create this lite tool witch could come inn handy if anyone where to wounder about exactly how to use PixelSeach.Or when you just want to make a PixelSearch fast and easy.Step 1Either hover your mouse over a color then press Alt+C, color is now fetched from under your pointer.Or write Hex number for color into Input box, you dont need to set color for it to work, its a visual presentation.Step 2Draw search area when you select draw area. 1 point your mouse to top-left area where you want to search, press Alt. 2 point your mouse to bottom-right area where you want to search, press Alt.You are now done selecting search area.Step 3You can now test your search, or create code from selected search pattern.NOTE: when testing search pattern it might take 2 secounds for it to respond, this is cause search pattern is beeing tested for 2 secounds if colors are not found.Done.Version 1.0: PixelSearch_Helper.au3 Edited May 6, 2008 by jokke pofrot 1 UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
James Posted February 17, 2008 Share Posted February 17, 2008 Very nice! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
manxter242 Posted April 2, 2008 Share Posted April 2, 2008 hey jokke, thanks for this great tool! this will help me a lot!!! cheers Link to comment Share on other sites More sharing options...
Swift Posted April 2, 2008 Share Posted April 2, 2008 This things helpful man! Thanks!! Link to comment Share on other sites More sharing options...
Dragos Posted April 8, 2008 Share Posted April 8, 2008 very nice! Link to comment Share on other sites More sharing options...
myspacee Posted April 15, 2008 Share Posted April 15, 2008 very usefull, i stolen code Func Draw_Area() to implement in my clipboard tool. But this function give me an error. If i compile jokke script is the same. $WS_POPUP give an error of undeclared constants but i see #include <GUIConstants.au3> on top of mine and its script. Can anyone compile PixelSearch_Helper.au3 and debug this, please ? Thank you ! m. Link to comment Share on other sites More sharing options...
myspacee Posted April 15, 2008 Share Posted April 15, 2008 anyone can help me ? is possible to identify a small area (100x100) and make a red square around it for pixelsearch ? Thank you for any reply or suggestion ... m. Link to comment Share on other sites More sharing options...
Klaatu Posted April 15, 2008 Share Posted April 15, 2008 Looks good, but why the hard-coded '10' for shade-variation? Wouldn't it be in the spirit of learning how PixelSearch works to be able to specify different values for shade-variation and see how that impacts the search? My Projects:DebugIt - Debug your AutoIt scripts with DebugIt! Link to comment Share on other sites More sharing options...
jokke Posted May 6, 2008 Author Share Posted May 6, 2008 (edited) Been away for a while, yes i should have the shade included, forgot to add it while i made the application i'll see if i can get the time one of these day's to add it. Edited May 6, 2008 by jokke UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
Turranius Posted March 15, 2019 Share Posted March 15, 2019 This is an old post but this script is awesome. Just wanted to add that you should add DllCall("User32.dll","bool","SetProcessDPIAware") to the top of it to have it work with different scaling on Windows 10 (and add it to any script you use the code in too). Link to comment Share on other sites More sharing options...
pofrot Posted August 6, 2019 Share Posted August 6, 2019 New to all this, and this tool helped me A LOT. Thank you Sir Link to comment Share on other sites More sharing options...
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