• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024325 106

dummy_inflate.cD03-May-2024528 2822

gather.shD03-May-2024287 119

makefileD03-May-2024763 4424

makefile.stdD03-May-2024772 4424

pngusr.hD03-May-20241.9 KiB7456

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