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.
- Host: GitHub
- URL: https://github.com/htrefil/ppmpp
- Owner: htrefil
- License: mit
- Created: 2019-09-08T17:25:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T17:33:47.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T00:13:54.889Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)