Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
dummy_inflate.c | 09-Oct-2013 | 528 | |
gather.sh | 09-Oct-2013 | 287 | |
makefile | 09-Oct-2013 | 763 | |
makefile.std | 09-Oct-2013 | 772 | |
pngusr.h | 09-Oct-2013 | 1.9K | |
README | 09-Oct-2013 | 325 |
1 This demonstrates the use of PNG_USER_CONFIG and pngusr.h 2 3 To build a minimal write-only decoder with embedded libpng and zlib, run 4 5 gather.sh # to collect needed files from pngminus, libpng, and zlib 6 make 7 8 If you prefer to use the shared libraries, go to contrib/pngminus 9 and build the pnm2png application there. 10