Torque3D/Engine/lib/lpng/contrib/pngminim/encoder
thecelloman 4fdfb47f41 Updating libpng to v1.5.14 and zlib to v1.2.7
Since libpng has a dependency upon zlib, both updates were combined for one commit/pull-request.
2013-03-09 16:19:11 -05:00
..
makefile Updating libpng to v1.5.14 and zlib to v1.2.7 2013-03-09 16:19:11 -05:00
pngusr.dfa Updating libpng to v1.5.14 and zlib to v1.2.7 2013-03-09 16:19:11 -05:00
pngusr.h Updating libpng to v1.5.14 and zlib to v1.2.7 2013-03-09 16:19:11 -05:00
README Updating libpng to v1.5.14 and zlib to v1.2.7 2013-03-09 16:19:11 -05:00

This demonstrates the use of PNG_USER_CONFIG and pngusr.h

The makefile builds a minimal write-only decoder with embedded libpng
and zlib.

Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC
on the make command line.

If you prefer to use the shared libraries, go to contrib/pngminus
and build the pnm2png application there.