i have an array in c:
unsigned char image_in[256*256] = {
72, 57, 55, 67, 79, 58, 52, 72, 96, 81, 72, 76, 93, 107, 91, 84, 95, 66,....IT GOES ON AND ON 256x256.....}
each value is the 8bit rgb of the indexed pixel.
now the question is how do i show this picture? i can use C or matlab or whatever..