Skip to content
/ bmp_lib Public

Small library allowing the user to create and write in a Bitmap Image file.

Notifications You must be signed in to change notification settings

Yakuin/bmp_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMP Generator

An extremely basic BMP library written in C with no dependencies, except for the standard library.

Prerequisite

Make sure you have gcc and make installed on your machine.

Build

To compile, open a terminal and just type :

make

Other commands

make debug

Compiles the library with debug symbols.

make clean

Cleans the repertory by deleting object files. (.o)

make fclean

Executes make clean and deletes the library built as well.

make re

Executes make fclean followed by make

About

Small library allowing the user to create and write in a Bitmap Image file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published