I need to develop an android application which do some image processing on the image input. For this, I need to get the pixel values of the bitmap in either an array or an object. Can anyone help me to grab the pixel-level details of a bitmap image.
Thanks !
to get pixel array of bitmap
every pixel/value in array will be represented as Color with ARGB value.