nikosgram / c-bmp-demo

A simple Bitmap (BMP) functionality demo written in C without dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-bmp-demo

A simple Bitmap (BMP) functionality demo written in C without dependencies.

Example

Example screenshot 0

Research Sources

This demo is a 2×2 pixel, 24-bit bitmap (Windows DIB header BITMAPINFOHEADER) with pixel format RGB24 implementation. The following sources been used for research purposes:

Why CMake?

The only reason I choose to go down the CMake approach for this demo is because the IDE I used (CLion) has a native support for CMake and allowed me to setup the project without me putting the effort of creating a build script. Kenneth at his kengine repo has a perfect representation on how a build script should be used.

https://github.com/kstandbridge/kengine

Dependencies and Libraries

This project is using no libraries or dependencies.

About

A simple Bitmap (BMP) functionality demo written in C without dependencies.

License:GNU General Public License v3.0


Languages

Language:C 97.4%Language:CMake 2.6%