RWPPM - a one-file drop-in C++ library for working with PPM image format. -------------------------------------------------------------------------------------------- How to use: Either: 1) Copy src/pnm.cpp to your project, #include and you`re done ! No other dependencies needed. or 2) Create a dynamic library and use it instead. -------------------------------------------------------------------------------------------- Current version: v0.4 Status: v0.4 Remove '#' from comments when read v0.3 Comments are now read correctly; remove all comments at once v0.2 PPM comments writing/reading support v0.1 PPM reading, writing -------------------------------------------------------------------------------------------- License: MIT Licese, you are free to do anything, just don`t forget to include the notice.