summaryrefslogtreecommitdiff
path: root/libpng.3
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 23:50:05 -0600
committerGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 23:50:05 -0600
commite0a6c06bfd144a7696df579f37fdb7fcf034fa57 (patch)
tree7bd632357e904552137516c0a44dc0faf86a23b9 /libpng.3
parentefc4b697675e2f500408c67afa30fe977306d8a5 (diff)
downloadlibpng-e0a6c06bfd144a7696df579f37fdb7fcf034fa57.tar.gz
[libpng] Added synopses for new png_image functions to the manual.
Diffstat (limited to 'libpng.3')
-rw-r--r--libpng.374
1 files changed, 67 insertions, 7 deletions
diff --git a/libpng.3 b/libpng.3
index 91072677d..d1d815411 100644
--- a/libpng.3
+++ b/libpng.3
@@ -1,4 +1,4 @@
-.TH LIBPNG 3 "November 4, 2011"
+.TH LIBPNG 3 "November 8, 2011"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.5.7beta02
.SH SYNOPSIS
@@ -8,6 +8,36 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.5.7beta02
\fI\fB
+\fBint \fP\fIpng_image_begin_read_from_file\fP\fB, (png_imagep \fIimage,
+
+\fBconst char \fI*file_name)\fP\fB);\fP
+
+\fBint \fP\fIpng_image_begin_read_from_stdio\fP\fB, (png_imagep \fIimage,
+
+\fBFILE* \fIfile)\fP\fB);\fP
+
+\fBint, \fP\fIpng_image_begin_read_from_memory\fP\fB, (png_imagep \fIimage,
+
+\fBpng_const_voidp \fP\fImemory\fP\fB, png_size_t \fIsize)\fP\fB);\fP
+
+\fBint \fP\fIpng_image_finish_read\fP\fB, (png_imagep \fIimage,
+
+\fBpng_colorp \fP\fIbackground\fP\fB, void \fP\fI*buffer\fP\fB, png_int_32 \fIrow_stride)\fP\fB);\fP
+
+\fBvoid \fP\fIpng_image_free\fP\fB, (png_imagep \fIimage)\fP\fB);\fP
+
+\fBint \fP\fIpng_image_write_to_file\fP\fB, (png_imagep \fIimage,
+
+\fBconst char \fP\fI*file\fP\fB, int \fP\fIconvert_to_8bit\fP\fB, const void \fI*buffer,
+
+\fBpng_int_32 \fIrow_stride)\fP\fB);\fP
+
+\fBint \fP\fIpng_image_write_to_stdio\fP\fB, (png_imagep \fP\fIimage\fP\fB, FILE \fI*file,
+
+\fBint \fP\fIconvert_to_8_bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fIrow_stride)\fP\fB);\fP
+
+\fI\fB
+
\fBpng_uint_32 png_access_version_number \fI(void\fP\fB);\fP
\fI\fB
@@ -432,6 +462,36 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.5.7beta02
\fI\fB
+\fBint png_image_begin_read_from_file (png_imagep \fP\fIimage\fP\fB, const char \fI*file_name\fP\fB);\fP
+
+\fI\fB
+
+\fBint png_image_begin_read_from_stdio (png_imagep \fP\fIimage\fP\fB, FILE* \fIfile\fP\fB);\fP
+
+\fI\fB
+
+\fBint, png_image_begin_read_from_memory (png_imagep \fP\fIimage\fP\fB, png_const_voidp \fP\fImemory\fP\fB, png_size_t \fIsize\fP\fB);\fP
+
+\fI\fB
+
+\fBint png_image_finish_read (png_imagep \fP\fIimage\fP\fB, png_colorp \fP\fIbackground\fP\fB, void \fP\fI*buffer\fP\fB, png_int_32 \fIrow_stride\fP\fB);\fP
+
+\fI\fB
+
+\fBvoid png_image_free (png_imagep \fIimage\fP\fB);\fP
+
+\fI\fB
+
+\fBint png_image_write_to_file (png_imagep \fP\fIimage\fP\fB, const char \fP\fI*file\fP\fB, int \fP\fIconvert_to_8bit\fP\fB, const void \fI*buffer,
+
+\fBpng_int_32 \fIrow_stride\fP\fB);\fP
+
+\fI\fB
+
+\fBint png_image_write_to_stdio (png_imagep \fP\fIimage\fP\fB, FILE \fP\fI*file\fP\fB, int \fP\fIconvert_to_8_bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fIrow_stride)\fP\fB);\fP
+
+\fI\fB
+
\fBvoid png_info_init_3 (png_infopp \fP\fIinfo_ptr\fP\fB, png_size_t \fIpng_info_struct_size\fP\fB);\fP
\fI\fB
@@ -977,7 +1037,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
.SH LIBPNG.TXT
libpng-manual.txt - A description on how to use and modify libpng
- libpng version 1.5.7beta02 - November 4, 2011
+ libpng version 1.5.7beta02 - November 8, 2011
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2011 Glenn Randers-Pehrson
@@ -988,7 +1048,7 @@ libpng-manual.txt - A description on how to use and modify libpng
Based on:
- libpng versions 0.97, January 1998, through 1.5.7beta02 - November 4, 2011
+ libpng versions 0.97, January 1998, through 1.5.7beta02 - November 8, 2011
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2011 Glenn Randers-Pehrson
@@ -5544,7 +5604,7 @@ Other rules can be inferred by inspecting the libpng source.
.SH XIV. Y2K Compliance in libpng
-November 4, 2011
+November 8, 2011
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
@@ -5809,7 +5869,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
-Libpng version 1.5.7beta02 - November 4, 2011:
+Libpng version 1.5.7beta02 - November 8, 2011:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
@@ -5832,7 +5892,7 @@ this sentence.
This code is released under the libpng license.
-libpng versions 1.2.6, August 15, 2004, through 1.5.7beta02, November 4, 2011, are
+libpng versions 1.2.6, August 15, 2004, through 1.5.7beta02, November 8, 2011, are
Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
@@ -5931,7 +5991,7 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
-November 4, 2011
+November 8, 2011
.\" end of man page