• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024323 106

gather.shD03-May-2024299 108

makefileD03-May-2024824 4525

makefile.stdD03-May-2024833 4525

pngusr.hD03-May-20242 KiB7959

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