Skip to content

0x4974616c6f/LeitorBMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP Reader

A simple BMP reader written in C language.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • GCC compiler
  • Make

Installing

  1. Clone the repository

    git clone https://github.com/0x4974616c6f/LeitorBMP.git

  2. Navigate to the project directory

    cd LeitorBMP

  3. Build the program

    make

  4. Run the program

    ./bin/bmp_reader test/test.bmp

Running the tests

You can run the test script by using the following command

make test

Cleaning up

You can remove all object files and the final executable binary by using the following command

make clean

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published