SRB2/libs/libpng-src/contrib/pngminim/decoder/README

10 lines
323 B
Text
Raw Normal View History

This demonstrates the use of PNG_USER_CONFIG and pngusr.h
2014-03-15 16:59:03 +00:00
To build a minimal read-only decoder with embedded libpng and zlib, run
2014-03-15 16:59:03 +00:00
gather.sh # to collect needed files from pngminus, libpng, and zlib
make
2014-03-15 16:59:03 +00:00
If you prefer to use the shared libraries, go to contrib/pngminus
and build the png2pnm application there.