Imported from libpng-1.0.2b.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-01-06 21:50:16 -06:00
parent 5c6aeb25c1
commit c944229859
33 changed files with 112 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
.TH LIBPNG 3 "December 29, 1998"
.TH LIBPNG 3 "January 6, 1999"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.2a - December 29, 1998
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.2b - January 6, 1999
.SH SYNOPSIS
#include <png.h>
@@ -423,10 +423,10 @@ Following is a copy of the libpng.txt file that accompanies libpng.
.SH LIBPNG.TXT
libpng.txt - A description on how to use and modify libpng
libpng version 1.0.2a - December 29, 1998
libpng version 1.0.2b - January 6, 1999
Updated and distributed by Glenn Randers-Pehrson
<randeg@alumni.rpi.edu>
Copyright (c) 1998, Glenn Randers-Pehrson
Copyright (c) 1998, 1999, Glenn Randers-Pehrson
For conditions of distribution and use, see copyright
notice in png.h.
@@ -552,7 +552,7 @@ Customizing libpng.
return;
}
fread(header, 1, number, fp);
is_png = png_check_sig(header, 0, number);
is_png = !png_sig_cmp(header, 0, number);
if (!is_png)
{
return;
@@ -2522,7 +2522,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
Libpng version 1.0.2a - December 29, 1998:
Libpng version 1.0.2b - January 6, 1999:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (randeg@alumni.rpi.edu).
@@ -2532,6 +2532,10 @@ Supported by the PNG development group
.SH COPYRIGHT NOTICE:
Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
Copyright (c) 1996, 1997 Andreas Dilger
Copyright (c) 1998, 1999, Glenn Randers-Pehrson
The PNG Reference Library (libpng) is supplied "AS IS". The Contributing
Authors and Group 42, Inc. disclaim all warranties, expressed or implied,
including, without limitation, the warranties of merchantability and of