Altera_Forum
Honored Contributor
14 years agoAltera Monitor VGA
I am trying to write a program in C which will read a .bmp file and then draw that image on a monitor pixel by pixel. I am not sure how to read the pixel values from the bmp file.
I know there are some libraries such as Allegro which can be used for this purpose, but whenever I declare this header file in my C program, I get the error: "No such file or directory". What is the most simplest way to output an image onto the screen?