#include #define HEIGHT 600 #define WIDTH 800 #define COLORS 3 int main() { char image[HEIGHT][WIDTH][COLORS]; /* image[10][10][0] - R(ed) component */ /* image[10][10][1] - G(reen) component */ /* image[10][10][2] - B(lue) component */ int i,j; for (i=0; i