0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-01-10 03:50:49 +00:00
SRB2/libs/libpng-src/contrib/pngminim/decoder/README

11 lines
353 B
Text
Raw Normal View History

This demonstrates the use of PNG_USER_CONFIG, pngusr.h and pngusr.dfa
2014-03-15 16:59:03 +00:00
The makefile builds a minimal read-only decoder with embedded libpng
and zlib.
2014-03-15 16:59:03 +00:00
Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC
on the make command line.
2014-03-15 16:59:03 +00:00
If you prefer to use the shared libraries, go to contrib/pngminus
and build the png2pnm application there.