• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..30-Aug-20105

gather.shH A D28-Apr-2010275

makefileH A D28-Apr-2010834

pngusr.hH A D13-Jul-20101.9 KiB

READMEH A D28-Apr-2010323

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