The Unity answer is to use:
http://docs.unity3d.com/ScriptReference/Texture2D.GetPixels32.html
to get the pixels from the images. The image comparison algorithm you need isn't a Unity issue, so you probably want to ask elsewhere.
↧