compare two images and check equality
问题 do you know any source or info about comparing images within as3/flash? I want to compare two images and check if the images are the same or not. Check this example: http://imageshack.us/photo/my-images/825/imagecompare.jpg/ Any clues? Thank you in advance! 回答1: In addition to the duplicate answers, I believe you can also use BitmapData.compare() An example taken from the link, consider the following two BitmapData objects: var bmd1:BitmapData = new BitmapData(50, 50, true, 0xFFFF8800); var