• Home
  • History
  • Annotate
  • only in /external/libpng/contrib/pngminim/encoder/
NameDateSize

..17-Jul-20124 KiB

dummy_inflate.c17-Jul-2012528

gather.sh17-Jul-2012287

makefile17-Jul-2012763

makefile.std17-Jul-2012772

pngusr.h17-Jul-20121.9 KiB

README17-Jul-2012325

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