I am preparing paint app, here u can draw any thing, after completing draw, I want compare with original image.Is this possible?,
I have one idea that is collect the no.of pixels and positions of original image and store in arraylist. After completing draw the image collect the pixels and positions compare with original.
But how can I collect pixels and positions?
It is possible with aproach you are giving.
First you have to create bitmap from canvas:
After having bitmap you can iterate pixels with bitmap class functions.