diff options
author | Lode <lvandeve@gmail.com> | 2017-09-17 12:24:18 +0200 |
---|---|---|
committer | Lode <lvandeve@gmail.com> | 2017-09-17 12:24:18 +0200 |
commit | 70d38b84d9028e560dd89997b7bea0c4c721aa0c (patch) | |
tree | 79dc76438d1e71d51dae348af8e719b41e72aac8 | |
parent | 579d38bfd0a3c9fd3a62a9d18560685110161cf8 (diff) | |
parent | 8a0f16afe74a6abf85e3b45e9558283022021a59 (diff) |
Merge branch 'master' of https://github.com/lvandeve/lodepng
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,4 +7,6 @@ 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. +For C, you can rename lodepng.cpp to lodepng.c and it'll work. C++ only adds extra API. + The other files in the project are just examples, unit tests, etc... |