Chrissirhc
Programmer
I know there is methods which can get the pixels out of an image into an array. Generally in the format image[] where [19] would represent a pixel the last pixel on the 2nd row if the image was 10 by n. Where n is abritary. How do I get imageX[][] without manually converting image[] to it?.