This is a modified version of LibPNG for use with the GraphApp library. This version of LibPNG is based on version 1.2.3 of LibPNG, available from www.libpng.org. The only modifications are that I've changed the #if 0 construct into #ifdef DO_NOT_COMPILE in pngconf.h (since some compilers have trouble with #if 0 for some reason), and I've also made some small modifications to zLib, upon which LibPNG relies. See the README.TXT file in libz/ for more details. Since the real version of LibPNG is available from the net, you may upgrade to the latest version by downloading it from www.libpng.org and extracting it into this folder and compiling. I've taken the liberty of removing some unused files and documentation and subfolders. See the real version for these removed files or folders: -rw-r--r-- 1476 Dec 2 2004 ANNOUNCE -rw-r--r-- 79441 Dec 2 2004 CHANGES -rw-r--r-- 7366 Dec 2 2004 INSTALL -rw-r--r-- 402 Dec 2 2004 KNOWNBUG -rw-r--r-- 1182 Dec 23 2000 TODO -rw-r--r-- 2321 Dec 2 2004 Y2KINFO -rwxr-xr-x 388 Dec 2 2004 configure drwxr-xr-x 4096 Aug 1 23:22 contrib -rw-r--r-- 29793 Dec 2 2004 example.c -rw-r--r-- 164387 Dec 2 2004 libpng.3 -rw-r--r-- 127770 Dec 2 2004 libpng.txt -rw-r--r-- 24981 Dec 2 2004 libpngpf.3 -rw-r--r-- 2381 Dec 2 2004 png.5 -rw-r--r-- 2498 Jul 12 2000 pngbar.jpg -rw-r--r-- 2399 Jul 12 2000 pngbar.png -rw-r--r-- 235080 Dec 2 2004 pnggccrd.c -rw-r--r-- 2069 Aug 25 2004 pngnow.png -rw-r--r-- 46652 Dec 2 2004 pngtest.c -rw-r--r-- 8574 Aug 25 2004 pngtest.png -rw-r--r-- 143414 Dec 2 2004 pngvcrd.c drwxr-xr-x 4096 Aug 1 23:20 projects drwxr-xr-x 4096 Aug 1 23:20 scripts Loki