|
-
September 16th, 2002, 08:24 PM
#1
About bitmap compare alogrithm
I have implemented a Windows WinMine game auto run algorithm. And I need to read Winmine Game cell content in my program. My method is compare every bitmap of the game resource with the bitmap capture from screen, if there is a resource bitmap same with screen resource, then I know the content of this cell.
My OS is windows 2k, and screen properties is 1028 * 768 * 16bit, large font. On this setup, my program run well. But when I modify system font to small. My program can not run. The bitmap campare error, it cannot found the same one. I don't know what's wrong with it. Anyone can help me?
-
September 2nd, 2007, 10:25 AM
#2
Re: About bitmap compare alogrithm
hello. if u have the solution can u give it to me..
i have an assignment to comparing two bmp images using visual c++
help me.
-
September 2nd, 2007, 02:19 PM
#3
Re: About bitmap compare alogrithm
We don't do homework or assignments for you.
Make a start and tell us where you're stuck. Ask specific questions and you'll get an answer. Ask us to do the work for you, and you'll get nothing.
Correct is better than fast. Simple is better than complex. Clear is better than cute. Safe is better than insecure.
-- Sutter and Alexandrescu, C++ Coding Standards
Programs must be written for people to read, and only incidentally for machines to execute.
-- Harold Abelson and Gerald Jay Sussman
The cheapest, fastest and most reliable components of a computer system are those that aren't there.
-- Gordon Bell
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|