Good afternoon, I have a color image in a 1D array, for example:
int[] image = {255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 255, 0, 255, 0, 255, 0, 0};
This array has 6 pixels, red, green, blue, blue, green, red, imagining that these pixels are...
asked by
18.03.2017 / 22:45