This library is intended to be used for drawing basic shapes onto an image in memory which can then be saved as an image file.
- Circles
- Lines
- Pixels or Dots
- Rectangles
- PNG
- BMP
- PPM (ASCII)
github:adakitesystems, 2018
This library, MIG, is released into the public domain. No warranty implied. Use at your own risk.
This library uses the single-file stb_image_write.h v1.09 header from the STB GitHub repository for
writing pixel data to image files.
- Authors/contributors of
std_image_write.hfor providing an easy-to-use image writer. - github:N00byEdge for code quality improvements.