BMP Decoder In C
A simple BMP viewer application written in C that uses SDL2 to display 24-bit BMP images.
This project includes a basic BMP decoder that reads 24-bit BMP images and displays them using SDL2. It supports only uncompressed BMP files.
- Reads and decodes 24-bit BMP files.
- Displays the BMP image in a window using SDL2.
- Supports basic BMP features (no compression, no color palette).
- SDL2 library
- GCC compiler (or another C compiler)
- Install SDL2:
2-sh build.sh