Releases: mrc-tech/BIL
Releases · mrc-tech/BIL
BIL v1.0
Bitmap Image Library
Things added:
load_bmp
: simple 24-bit bitmap images loading methodinsertImage
andresize
new methodsupSample
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
Added basic drawing functions.
Things to to:
- Save in
PNG
format (also inJPG
format) - Load file function (at least in
bmp
format) - Other drawing functions (Ellipse, Arc, Spline, FloodFill etc.)
- Other minor improvements...
Bitmap image library
Really basic methods and functions for creating simple Bitmap images works.
Still a lot of work need to be done