Hi,

I am trying to code something that will check if a png image is visible on your screen.

So lets say the image is a purple square with yellow circles in it (random example). It will keep checking to see if the same purple square with yellow circles is on your screen.

What i'm trying to say is, instead of checking for one pixel color, check to see if the actual image is on there (maybe multiple pixels?)

Thanks.