Skip to content
/ ppmpp Public

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

License

Notifications You must be signed in to change notification settings

htrefil/ppmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages