This is a simple BMP image decoder program written in the C programming language that operates within the terminal environment. It decodes BMP (Bitmap) image files and display their content directly in the terminal. This is particularly useful for quick inspection of BMP images without the need of a graphical interface.
- Decodes BMP image files and displays the image content in the terminal.
- Supports standard BMP formats, including various color depths and compression methods.