DWad Posted September 3, 2009 Posted September 3, 2009 Hey guys. I'm trying to write a script that looks for a checksum of an image that moves around a lot (not fast, but once every few minutes or so). If I got a checksum starting with every pixel on the screen, that would probably take a lot of time, right? Even at 800x600 resolution, I'm guessing it would take awhile. Is there a better way to find an image that's always exactly the same image, but in different places? If not, is there an easy way (or a script even) to get a checksum in relation to mouse coordinates (right now my problem is that the cursor changes, so I don't know exactly how far away the image is that I want to checksum.. Thanks! -DWad
DWad Posted September 27, 2009 Author Posted September 27, 2009 I'm sure someone will have some sort of input on this.. The way I got it to work was to search a small area of the screen that I knew would have the image I was looking for, but what if you're searching the whole screen?
AdmiralAlkex Posted September 27, 2009 Posted September 27, 2009 Try Image Search Library .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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