Singe file drop-in read/write PPM library for C and C++
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Unbewohnte 9d69e19830 Added C implementation 2 years ago
src Added C implementation 2 years ago
tests Added C implementation 2 years ago
.gitignore Added C implementation 2 years ago
LICENSE [PPM] Writing PPM files 2 years ago
README.txt Added C implementation 2 years ago

README.txt

RWPPM - a one-file drop-in C and|or C++ library for working with PPM image format.


--------------------------------------------------------------------------------------------


How to use:
Either:
1) Copy src/rwppm.cpp if you're using C++ or src/rwppm.c if you're using C to your project, #include and you`re done ! No
other dependencies needed.

or

2) Create a dynamic library and use it instead.

--------------------------------------------------------------------------------------------

License:
MIT Licese, you are free to do anything, just don`t forget
to include the notice.