Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi,
You don't need to make any header file. Any .bmp image has by default a header of 54Byte. So when ever you start reading a image, the first 54 reads will correspond to that header and after that the actual data is being read.