An open API service indexing awesome lists of open source software.

https://github.com/htrefil/ppmpp

A header-only C++17 library for writing Netbpm images.
https://github.com/htrefil/ppmpp

Last synced: 10 months ago
JSON representation

A header-only C++17 library for writing Netbpm images.

Awesome Lists containing this project

README

          

# 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](examples) directory with example programs on how to use the library.

## License
[MIT](LICENSE)