# `images.h` - Image manipulation in C
An easy to use image creation tool for C.
## Features
* Save images as `.bmp` bitmaps
* Draw Rectangles, squares and circles
* Colors with transparency
* draw on individual pixels
## Might be added later
* draw lines
* draw lines on a path
* complex shapes?
## Performance
While perfomance is not through the roof, creating a 4k image with a simple color gradient takes about 1.5s on a mobile ryzen 5 chip. Smaller graphics (like the transparency demo) are drawn and saved within 20ms, so that's okay, I guess...