Lpng is a tiny C library implementing the loading of truecolor PNG images
with an optional alpha channel into 32-bit Windows GDI bitmaps.
The library consists of just two C files with minimal dependencies - an
actual PNG loader and an LZW decompressor, 4KB and 11KB in size respectively.
Open source, distributed under
MIT license.
Jan 2009