This is a fork of http://www.partow.net/downloads/bitmap.zip
an MIT licensed C++ Bitmap Library from Arash Partow.
See http://www.partow.net/programming/bitmap/index.html
and the referenced documentation there:
https://www.partow.net/programming/bitmap/documentation/annotated.html
Perform inlined in-memory drawing operations with normal CPU - not using GPU, which don't need library operations or function calls.
Thus, it's header-only.
- splitted/organized single header into multiple headers in
offscr_bmp_drw/
directory - added (still) minimalistic cmake support
- moved all classes/functions into namespace
OffScreenBitmapDraw
- added zingl_image_drawer and templates for setting or adding pixels - later one for building heatmaps
- other incompatible changes planned!
- Tools for offscreen bitmap drawing - with Adafruit GFX Library
- Simple C++ off screen raster graphics library
- Bresenham Code/Site of Alois Zingl
- PNG loader encoder/decoder