OnTheFly Posted February 22, 2007 Posted February 22, 2007 How can i search for an image? I mean i have an image file, then i want my script to search for something that looks exactly/similiar to my image. How can i do this? Or do i has to use a lot of PixelSearch()?
Moderators SmOke_N Posted February 22, 2007 Moderators Posted February 22, 2007 Use PixelCheckSum to get the area sum of the picture to find (must be done ahead of time)... and take a look at this function I wrote.http://www.autoitscript.com/forum/index.ph...st&p=300569 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
OnTheFly Posted February 22, 2007 Author Posted February 22, 2007 Use PixelCheckSum to get the area sum of the picture to find (must be done ahead of time)... and take a look at this function I wrote.http://www.autoitscript.com/forum/index.ph...st&p=300569I still don't really get it.... :">
Moderators SmOke_N Posted February 22, 2007 Moderators Posted February 22, 2007 I still don't really get it.... :">Time to hit the books then, I commented that quite well. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
OnTheFly Posted February 22, 2007 Author Posted February 22, 2007 Time to hit the books then, I commented that quite well.Sorry if i seems to be totally dumb, but is there any books?
Moderators SmOke_N Posted February 22, 2007 Moderators Posted February 22, 2007 http://www.autoitscript.com/forum/index.php?showtopic=21048http://www.autoitscript.com/forum/index.ph...c=19434&hl= Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Shevilie Posted February 22, 2007 Posted February 22, 2007 /doh Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
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