bmpLoader

This is a simple program for viewing bitmaps. Before an image will load, the program must be given the bitmap file name. If the program does not receive it as an argument, you must input one via command line. Thanks to GLUT, bmpLoader works on Windows, Mac, and Linux. On Windows, you can drag and drop a .bmp file onto the program and it will work. On Mac and Linux, you have to execute the program via command line. You can check out the code on GitHub.

Downloads