Skip to content

Releases: mrc-tech/BIL

BIL v1.0

18 Aug 23:54
Compare
Choose a tag to compare

C++ single header file for writing BMP and PNG images

Bitmap Image Library

27 Aug 23:42
99a22bd
Compare
Choose a tag to compare
Bitmap Image Library Pre-release
Pre-release

Things added:

  • load_bmp: simple 24-bit bitmap images loading method
  • insertImage and resize new methods
  • upSample external function
  • draw functions: Ellipse,
  • Added fonts: IBM_EGA_8x14, Portfolio_6x8, Morse_font, ISO_font, PS2THIN4 and other font data
  • possibility to scale text
  • all-in-one header file with all the library: Image.h

Bitmap Image Library

06 Aug 13:15
30ca4a7
Compare
Choose a tag to compare
Bitmap Image Library Pre-release
Pre-release

Added basic drawing functions.

Things to to:

  • Save in PNG format (also in JPG format)
  • Load file function (at least in bmp format)
  • Other drawing functions (Ellipse, Arc, Spline, FloodFill etc.)
  • Other minor improvements...

Bitmap image library

19 Jul 19:13
61e5130
Compare
Choose a tag to compare
Bitmap image library Pre-release
Pre-release

Really basic methods and functions for creating simple Bitmap images works.
Still a lot of work need to be done