From 3aad3b531ff025a6fb0000d04f528810f1c707cf Mon Sep 17 00:00:00 2001 From: lvandeve Date: Sun, 24 Aug 2014 23:15:40 +0200 Subject: Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35f9254 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +LodePNG +------- + +PNG encoder and decoder in C and C++. + +Home page: http://lodev.org/lodepng/ + +Only two files are needed to allow your program to read and write PNG files: lodepng.cpp and lodepng.h. + +The other files in the project are just examples, unit tests, etc... -- cgit v1.2.3