mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.0.2.tar
This commit is contained in:
12
libpng.3
12
libpng.3
@@ -1,6 +1,6 @@
|
||||
.TH LIBPNG 3 "June 6, 1998"
|
||||
.TH LIBPNG 3 "June 14, 1998"
|
||||
.SH NAME
|
||||
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.1e - June 6, 1998
|
||||
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.2 - June 14, 1998
|
||||
.SH SYNOPSIS
|
||||
|
||||
#include <png.h>
|
||||
@@ -414,7 +414,7 @@ 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.1e - June 6, 1998
|
||||
libpng version 1.0.2 - June 14, 1998
|
||||
Updated and distributed by Glenn Randers-Pehrson
|
||||
<randeg@alumni.rpi.edu>
|
||||
Copyright (c) 1998, Glenn Randers-Pehrson
|
||||
@@ -1417,8 +1417,8 @@ png_infop info_ptr;
|
||||
new_row);
|
||||
|
||||
/* where old_row is what was displayed for
|
||||
previous rows. Note that the first pass
|
||||
(pass == 0, really) will completely cover
|
||||
previously for the row. Note that the first
|
||||
pass (pass == 0, really) will completely cover
|
||||
the old row, so the rows do not have to be
|
||||
initialized. After the first pass (and only
|
||||
for interlaced images), you will have to pass
|
||||
@@ -2413,7 +2413,7 @@ possible without all of you.
|
||||
|
||||
Thanks to Frank J. T. Wojcik for helping with the documentation.
|
||||
|
||||
Libpng version 1.0.1e - June 6, 1998:
|
||||
Libpng version 1.0.2 - June 14, 1998:
|
||||
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
|
||||
Currently maintained by Glenn Randers-Pehrson (randeg@alumni.rpi.edu).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user