When I take a picture using my Android phone, the photo is too large to be loaded directly into my app, so I have to scale the Bitmap down.
I would like to do some image analysis (thresholding) on Android, so I don't want to scale the image down too much. Is it even possible to view all pixel data from a huge image file?