Skip to content

adakitesystems/mig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIG (Minimal Image Generator)

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.

Supported shapes

  • Circles
  • Lines
  • Pixels or Dots
  • Rectangles

Supported image output types

  • PNG
  • BMP
  • PPM (ASCII)

Author

github:adakitesystems, 2018

License

This library, MIG, is released into the public domain. No warranty implied. Use at your own risk.

Third-party Libraries

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.

Special Thanks

  • Authors/contributors of std_image_write.h for providing an easy-to-use image writer.
  • github:N00byEdge for code quality improvements.

About

Minimal Image Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published