0
Answer

Check if Screenshot contains Bitmap

Alex

Alex

15y
2.3k
1
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