How to convert image file into integer array in java?
How can you convert an image file (.png in this instance) into a 3d (one coordinate for width of image, one for weight and one for the integers showing Red, green and blue values) integer or byte array?