blob: 4a68fc8952e45d8c7b3a96219efbe3c89b977496 (
plain)
1
2
3
4
5
6
|
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
To build a minimal write-only encoder, run
gather.sh # to collect needed files from pngminus, libpng, and zlib
make -f makefile.std
|