Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 454 Bytes

simple_bmp

Simple C library for image BMP of 24 bits, without compression and without color pallete.

Read the files for documentation.

Based on the article: Bits to Bitmaps: A simple walkthrough of BMP Image Format

Features

  • Load image BMP of 24 bits.
  • Create image BMP of 24 bits, without compression and without color pallete
  • Save image in disk