protot/3rdparty/bgfx/3rdparty/lodepng
Martin Felis 5ac0cc5dc5 initial commit 2016-08-29 22:31:11 +02:00
..
README.md initial commit 2016-08-29 22:31:11 +02:00
lodepng.cpp initial commit 2016-08-29 22:31:11 +02:00
lodepng.h initial commit 2016-08-29 22:31:11 +02:00

README.md

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