Comparing Bitmap images in Android

Bitmap class has method “sameAs” you can use that method to compare two bitmap

http://developer.android.com/reference/android/graphics/Bitmap.html#sameAs%28android.graphics.Bitmap%29

Leave a Comment