Im trying to make an algorithm to find images without watermarks in a specific site. I have found a pattern in the images I can go after as you can see in the images below, the text "Store No" which is always in white and always in the same position in the images.
How would you do this? To make it as foolproof as possible it would be nice to check as many pixels as possible, so it will not be ideal to hardcode the pixels to check by hand. Maybe make another image in the same size, "extract" the "Store No" bit, make the background black, then get the white pixelpositions with PHP?
Any hints to how I could go about this would be of great help!