Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 495 Bytes

File metadata and controls

12 lines (9 loc) · 495 Bytes

ppmpp

A simple header-only C++17 library for writing Netbpm images.
It supports all black and white, grayscale and RGB formats and can serialize images into both binary and textual representations of the format.

Usage

Put both image.hpp and pixel.hpp header files in the same directory in your project, then #include "image.hpp" and you're ready to go.

Examples

See the examples directory with example programs on how to use the library.

License

MIT