Name | Date | Size | |
---|---|---|---|
.. | 21-Nov-2012 | 4 KiB | |
dummy_inflate.c | 21-Nov-2012 | 528 | |
gather.sh | 21-Nov-2012 | 287 | |
makefile | 21-Nov-2012 | 763 | |
makefile.std | 21-Nov-2012 | 772 | |
pngusr.h | 21-Nov-2012 | 1.9 KiB | |
README | 21-Nov-2012 | 325 |
README
1This demonstrates the use of PNG_USER_CONFIG and pngusr.h 2 3To 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 8If you prefer to use the shared libraries, go to contrib/pngminus 9and build the pnm2png application there. 10