supadodger Posted October 19, 2010 Posted October 19, 2010 i know ive seen this before. i have made a pixelchecksum on a set of pixels. now i want to search an area for this checksum until it no longer exists.
harmor Posted October 19, 2010 Posted October 19, 2010 You made a box using pixelchecksum and inside said box you want to look at every pixel until one has changed?
supadodger Posted October 19, 2010 Author Posted October 19, 2010 no i have a screen where the same image repeats over and over. i want to click each one until it changes. so i have a checksum i want to search for. is the simplest way to search for the checksum is to do +1 every step across then when it reaches the end do +1 down and repeat?
harmor Posted October 19, 2010 Posted October 19, 2010 no i have a screen where the same image repeats over and over.i want to click each one until it changes.so i have a checksum i want to search for.is the simplest way to search for the checksum is to do +1 every step across then when it reaches the end do +1 down and repeat?That's the only practical way I can think of doing it.
Bowmore Posted October 19, 2010 Posted October 19, 2010 I think you will find a lot of useful information and a solution if you read this thread http://www.autoitscript.com/forum/index.php?showtopic=66545 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook
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