Skip to content

GgokutugEmpty/bmp-decoder-in-c-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmp-decoder-in-c-

BMP Decoder In C

A simple BMP viewer application written in C that uses SDL2 to display 24-bit BMP images.

Description

This project includes a basic BMP decoder that reads 24-bit BMP images and displays them using SDL2. It supports only uncompressed BMP files.

Features

  • 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).

Prerequisites

  • SDL2 library
  • GCC compiler (or another C compiler)

Building the Project

  1. Install SDL2:

2-sh build.sh

About

BMP Decoder In C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published