From 23693dea35e3bdfc9f66e350efb12cffc4eb2bc2 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Mon, 28 Feb 2022 05:45:29 +0300 Subject: [PATCH] [RWPNM] Added README --- README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4f6609f --- /dev/null +++ b/README.txt @@ -0,0 +1,21 @@ +RWPNM - a one-file drop-in C++ library for working with PPM, PGM and PBM image formats. + +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. + +Version: +v0.1.0 + +Status: +v0.1.0 +PPM reading, writing + +License: +MIT Licese, you are free to do anything, just don`t forget +to include the notice.