• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminim/encoder/
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