Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 325 | 10 | 6 | |
dummy_inflate.c | D | 03-May-2024 | 528 | 28 | 22 | |
gather.sh | D | 03-May-2024 | 287 | 11 | 9 | |
makefile | D | 03-May-2024 | 763 | 44 | 24 | |
makefile.std | D | 03-May-2024 | 772 | 44 | 24 | |
pngusr.h | D | 03-May-2024 | 1.9 KiB | 74 | 56 |
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