Finding image within image
Posted: 2011-07-15T17:30:43-07:00
I'm trying to find a way to replace all instances of a particular pattern within my images, inserting a different pattern wherever the first pattern is found. For example, if I wanted to replace all instances of the letter "A" in an image consisting of text and insert the letter "B" each time instead, how would I go about this? Both "A" and "B" can be saved as their own tiny image... can I search for the tiny "A" image within all of my larger images, and overlay the tiny "B" image on top of it each time it is found?