[libpng16] Imported from libpng-1.6.0beta15.tar

This commit is contained in:
Glenn Randers-Pehrson 2012-03-02 13:31:38 -06:00
parent 6f237b6bf0
commit 363387c9c0
4 changed files with 535 additions and 14 deletions

View File

@ -256,7 +256,7 @@ Version 1.6.0beta15 [March 2, 2012]
all potentially valid ICC profiles and reject obviously invalid ones.
It now uses png_error() to do so rather than casually writing a PNG
without the necessary color data.
Removed whitespace from the end of line in all source files and scripts.
Removed whitespace from the end of lines in all source files and scripts.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -4008,7 +4008,7 @@ Version 1.6.0beta15 [March 2, 2012]
all potentially valid ICC profiles and reject obviously invalid ones.
It now uses png_error() to do so rather than casually writing a PNG
without the necessary color data.
Removed whitespace from the end of line in all source files and scripts.
Removed whitespace from the end of lines in all source files and scripts.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

533
libpng.3

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,17 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.6.0beta15
.SH SYNOPSIS
\fB#include \fI"pngpriv.h"
\fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fIfunction.
\fI\fB
\fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now \fIthat
\fBthe private function prototypes are hidden in pngpriv.h and not \fIaccessible
\fBto applications. Look in pngpriv.h for the prototypes and a short \fIdescription
\fBof each \fIfunction.
\fI\fB
.SH DESCRIPTION
The functions previously listed here are used privately by libpng and are not