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 75b91d5474 I have lost my will to implement all PNM file formats. I don`t want to work on this anymore. Not giving up, just tactically retreating untill a better time 3 years ago
src I have lost my will to implement all PNM file formats. I don`t want to work on this anymore. Not giving up, just tactically retreating untill a better time 3 years ago
tests I have lost my will to implement all PNM file formats. I don`t want to work on this anymore. Not giving up, just tactically retreating untill a better time 3 years ago
.gitignore [PPM] Reading functionality; Merged reader and writer in one class; Improved testing 3 years ago
LICENSE [PPM] Writing PPM files 3 years ago
README.txt I have lost my will to implement all PNM file formats. I don`t want to work on this anymore. Not giving up, just tactically retreating untill a better time 3 years ago

README.txt

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.