Jump to content

Recommended Posts

Posted

I'm trying to find a custom drawn button using an image of it saved to a file that can be loaded when autoit script starts and searched for on the screen. I started off thinking I was going to brute force search for it using PixelChecksum but I don't see a method for getting that same checksum from image data loaded from a file. Speed is not critical since it does not need to be found often. I've browsed autoit help file hunting for something that might work. It looks as if _GDIPlus might get me there by comparing image bitmaps either by using a function or byte for byte but I don't see how access the actual bytes of the bitmap. Perhaps you know a better way to do this.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...