Home | History | Annotate | only in /external/libpng/contrib/pngminim/decoder
Up to higher level directory
NameDateSize
gather.sh19-Dec-2010299
makefile19-Dec-2010824
makefile.std19-Dec-2010833
pngusr.h19-Dec-20102K
README19-Dec-2010323

README

      1 This demonstrates the use of PNG_USER_CONFIG and pngusr.h
      2 
      3 To 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 
      8 If you prefer to use the shared libraries, go to contrib/pngminus
      9 and build the png2pnm application there. 
     10