Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 323 | 10 | 6 | |
gather.sh | D | 03-May-2024 | 299 | 10 | 8 | |
makefile | D | 03-May-2024 | 824 | 45 | 25 | |
makefile.std | D | 03-May-2024 | 833 | 45 | 25 | |
pngusr.h | D | 03-May-2024 | 2 KiB | 79 | 59 |
README
1This demonstrates the use of PNG_USER_CONFIG and pngusr.h 2 3To build a minimal read-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 png2pnm application there. 10