I am working on a project in school where we will output a picture to a VGA monitor using an fpga, spartan 3e. Spartan 3e only has 8 bit RGB information (3 bits for red, 3 for green and 2 for blue). So I was wondering if you know how to convert a bmp file with 24 bit in depth to a bmp file with 8 bit in depth?
Otherwise I have to code my own converter and that takes time

Thanks!