A simple BMP reader written in C language.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- GCC compiler
- Make
-
Clone the repository
-
Navigate to the project directory
cd LeitorBMP
-
Build the program
make
-
Run the program
./bin/bmp_reader test/test.bmp
You can run the test script by using the following command
make test
You can remove all object files and the final executable binary by using the following command
make clean
This project is licensed under the MIT License - see the LICENSE file for details