I’m creating an application to capture a small area of the screen and compare it to a library of images saved to disk. I wrote a similar application a few years ago in .net and used bitblt and the WINAPI. Performance is really important and I don’t mind delving into openGL if it would make a difference with performance.
Share
You could use some code like this: