This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Glenn Randers-Pehrson 0c86eb2dc7 Update pngminim/*/pngusr.h
to add PNG_NO_READ_SWAP, PNG_NO_WRITE_SWAP
2009-06-02 06:50:00 -05:00
..
2009-04-20 13:02:18 -05:00
2009-06-02 06:50:00 -05:00
2009-05-20 17:19:00 -05:00

This demonstrates the use of PNG_USER_CONFIG and pngusr.h

To build a minimal write-only decoder with embedded libpng and zlib, run

    gather.sh  # to collect needed files from pngminus, libpng, and zlib
    make
 
If you prefer to use the shared libraries, go to contrib/pngminus
and build the pnm2png application there.