Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe format varies depending on the type of BMP image it is (Color resolution)
http://en.wikipedia.org/wiki/bmp_file_format#pixel_array_.28bitmap_data.29 Should give you the information you need. Read the header info to locate your data format. Then I suggest you have a line fifo to output the lines at a constant rate. Fill it at the rate the SDRAM can provide and have it read out at the video rate. Pete