Is it possible to loop through every pixel in an image or imageView, or an image loaded up as a blob?
Like, for example, if I start at pixel 0,0 of the image, is it possible for me to start there, return the RGB or HEX value of that pixel and continue doing that for every pixel in the image?