Using Actionscript 3 is there a way to search one bitmap for the coordinates matching pixels of another bitmap?
http://dl.dropbox.com/u/1914/wired.png
Somehow you would have to loop through the bigger bitmap to find and the the pixel range that matches and return those coordinates. For example the Bitmap with the "E" is 250 pixels over and 14 pixels down in the bigger bitmap.
I haven't been able to come up with the solution on my own. Thanks.