HI, I am trying to implement image/Video processing on Zedboard. I got a code videoImageprocessingTest.c and in this we are storing to display an Lena Image through HDMI interface. //Array for test image (Lena) //char imageData[] = {160,160,160,159,161,156,161,159,162,159,160,158,154,162,158,154,156,155,160,160,153,156,154,156,154,156,154,152,155,153,153,155,153,157,155,158,157,164,160,165,166,165,165,171,170,174,172,169,171,171,166,174,168,165,162,159,149,.......................................................................}; So how we can get these samples. In case I want to display another image.