Check if Screenshot contains Bitmap
I need to know if a screenshot contains a bitmap.
Here's an example: I have taken a screenshot. The screenshot might contain a bitmap that is saved on my computer (say, C:\Users\Alex\Bitmap.bmp). If it contains said bitmap, return true. It might also return the coordinates of the found bitmap.
Is there any way to do this?
Much appreciated,
TViYH