summaryrefslogtreecommitdiff
path: root/README.md
blob: f3add79b654e03128d20f156be5dcb7317644fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.

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...