diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2006-03-05 20:15:20 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:08:35 -0500 |
commit | b7f95937158f274bc48c14f510330a604c379266 (patch) | |
tree | 63753436106cd794305a64a740be920b2cd113c2 /example.c | |
parent | e64746200b62d1662f75dc6e1c37fd91d33fe81c (diff) | |
download | libpng-b7f95937158f274bc48c14f510330a604c379266.tar.gz |
Imported from libpng-1.2.9beta6.tarv1.2.9beta6
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ #if 0 /* in case someone actually tries to compile this */ -/* example.c - an example of using libpng */ +/* example.c - an example of using libpng + * Last changed in libpng 1.2.1 December 7, 2001. + * This file has been placed in the public domain by the authors. + * Maintained 1998-2001 Glenn Randers-Pehrson + * Maintained 1996, 1997 Andreas Dilger) + * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) + */ /* This is an example of how to use libpng to read and write PNG files. * The file libpng.txt is much more verbose then this. If you have not |