summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlvandeve <lvandeve@gmail.com>2014-08-24 23:15:40 +0200
committerlvandeve <lvandeve@gmail.com>2014-08-24 23:15:40 +0200
commit3aad3b531ff025a6fb0000d04f528810f1c707cf (patch)
tree8e820b1ba7bd80041ff308e6a3348a8e91cc16db /README.md
parentad8aab2a14a7b4dc01e33312d151b6f535f3c41e (diff)
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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...