Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Libpng
提交
3f549259
T
Third Party Libpng
项目概览
OpenHarmony
/
Third Party Libpng
接近 2 年 前同步成功
通知
4
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Libpng
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3f549259
编写于
10月 27, 2001
作者:
G
Glenn Randers-Pehrson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Imported from libpng-1.2.1beta3.tar
上级
6c97ddbf
变更
55
隐藏空白更改
内联
并排
Showing
55 changed file
with
227 addition
and
209 deletion
+227
-209
ANNOUNCE
ANNOUNCE
+9
-2
CHANGES
CHANGES
+4
-0
INSTALL
INSTALL
+6
-6
LICENSE
LICENSE
+2
-2
README
README
+5
-5
Y2KINFO
Y2KINFO
+2
-2
configure
configure
+1
-1
example.c
example.c
+14
-14
libpng.3
libpng.3
+9
-9
libpng.txt
libpng.txt
+3
-3
libpngpf.3
libpngpf.3
+2
-2
png.5
png.5
+1
-1
png.c
png.c
+8
-8
png.h
png.h
+34
-16
pngasmrd.h
pngasmrd.h
+1
-1
pngconf.h
pngconf.h
+1
-1
pngerror.c
pngerror.c
+1
-1
pnggccrd.c
pnggccrd.c
+1
-1
pngget.c
pngget.c
+1
-1
pngmem.c
pngmem.c
+19
-26
pngpread.c
pngpread.c
+16
-16
pngread.c
pngread.c
+18
-20
pngrio.c
pngrio.c
+1
-1
pngrtran.c
pngrtran.c
+1
-1
pngrutil.c
pngrutil.c
+1
-1
pngset.c
pngset.c
+3
-3
pngtest.c
pngtest.c
+17
-17
pngtrans.c
pngtrans.c
+1
-1
pngvcrd.c
pngvcrd.c
+1
-1
pngwio.c
pngwio.c
+1
-1
pngwrite.c
pngwrite.c
+16
-18
pngwtran.c
pngwtran.c
+1
-1
pngwutil.c
pngwutil.c
+2
-2
projects/msvc/README.txt
projects/msvc/README.txt
+1
-1
projects/msvc/png32ms.def
projects/msvc/png32ms.def
+1
-1
projects/netware.txt
projects/netware.txt
+2
-2
projects/wince.txt
projects/wince.txt
+2
-2
scripts/makefile.aix
scripts/makefile.aix
+1
-1
scripts/makefile.beos
scripts/makefile.beos
+1
-1
scripts/makefile.cygwin
scripts/makefile.cygwin
+1
-1
scripts/makefile.darwin
scripts/makefile.darwin
+1
-1
scripts/makefile.dec
scripts/makefile.dec
+1
-1
scripts/makefile.gcmmx
scripts/makefile.gcmmx
+1
-1
scripts/makefile.hpgcc
scripts/makefile.hpgcc
+1
-1
scripts/makefile.hpux
scripts/makefile.hpux
+1
-1
scripts/makefile.linux
scripts/makefile.linux
+1
-1
scripts/makefile.macosx
scripts/makefile.macosx
+1
-1
scripts/makefile.netbsd
scripts/makefile.netbsd
+1
-1
scripts/makefile.sco
scripts/makefile.sco
+1
-1
scripts/makefile.sggcc
scripts/makefile.sggcc
+1
-1
scripts/makefile.sgi
scripts/makefile.sgi
+1
-1
scripts/makefile.so9
scripts/makefile.so9
+1
-1
scripts/makefile.solaris
scripts/makefile.solaris
+1
-1
scripts/pngdef.pas
scripts/pngdef.pas
+1
-1
scripts/pngos2.def
scripts/pngos2.def
+1
-1
未找到文件。
ANNOUNCE
浏览文件 @
3f549259
Libpng 1.2.1beta
2 - October 25
, 2001
Libpng 1.2.1beta
3 - October 27
, 2001
This is a public release of libpng, intended for use in production codes.
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
Changes since the last public release (1.2.0):
version 1.2.1beta1 [October 19, 2001]
Revised makefile.std in contrib/pngminus
Include background_1 in png_struct regardless of gamma support.
Revised makefile.netbsd and makefile.macosx, added makefile.darwin.
Revised example.c to provide more details about using row_callback().
version 1.2.1beta2 [October 25, 2001]
Added type cast to each NULL appearing in a function call, except for
WINCE functions.
Added makefile.so9.
version 1.2.1beta3 [October 27, 2001]
Removed type casts from all NULLs.
Simplified png_create_struct_2().
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
...
...
CHANGES
浏览文件 @
3f549259
...
...
@@ -989,6 +989,10 @@ version 1.2.1beta1 [October 19, 2001]
version 1.2.1beta2 [October 25, 2001]
Added type cast to each NULL appearing in a function call, except for
WINCE functions.
Added makefile.so9.
version 1.2.1beta3 [October 27, 2001]
Removed type casts from all NULLs.
Simplified png_create_struct_2().
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
...
...
INSTALL
浏览文件 @
3f549259
Installing libpng version 1.2.1beta
2 - October 25
, 2001
Installing libpng version 1.2.1beta
3 - October 27
, 2001
Before installing libpng, you must first install zlib. zlib
can usually be found wherever you got libpng. zlib can be
...
...
@@ -10,7 +10,7 @@ zlib.h and zconf.h include files that correspond to the
version of zlib that's installed.
You can rename the directories that you downloaded (they
might be called "libpng-1.2.1beta
2
" or "lpng109" and "zlib-1.1.3"
might be called "libpng-1.2.1beta
3
" or "lpng109" and "zlib-1.1.3"
or "zlib113") so that you have directories called "zlib" and "libpng".
Your directory structure should look like this:
...
...
@@ -64,8 +64,8 @@ The files that are presently available in the scripts directory
include
makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
makefile.linux => Linux/ELF makefile (gcc, creates libpng.so.2.1.2.1beta
2
)
makefile.gcmmx => Linux/ELF makefile (gcc, creates libpng.so.2.1.2.1beta
2
,
makefile.linux => Linux/ELF makefile (gcc, creates libpng.so.2.1.2.1beta
3
)
makefile.gcmmx => Linux/ELF makefile (gcc, creates libpng.so.2.1.2.1beta
3
,
uses assembler code tuned for Intel MMX platform)
makefile.gcc => Generic makefile (gcc, creates static libpng.a)
makefile.knr => Archaic UNIX Makefile that converts files with
...
...
@@ -82,9 +82,9 @@ include
makefile.macosx => MACOS X Makefile
makefile.netbsd => NetBSD/cc makefile, uses PNGGCCRD
makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
makefile.sggcc => Silicon Graphics (gcc, creates libpng.so.2.1.2.1beta
2
)
makefile.sggcc => Silicon Graphics (gcc, creates libpng.so.2.1.2.1beta
3
)
makefile.sunos => Sun makefile
makefile.solaris => Solaris 2.X makefile (gcc, creates libpng.so.2.1.2.1beta
2
)
makefile.solaris => Solaris 2.X makefile (gcc, creates libpng.so.2.1.2.1beta
3
)
makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
makefile.mips => MIPS makefile
makefile.acorn => Acorn makefile
...
...
LICENSE
浏览文件 @
3f549259
...
...
@@ -8,7 +8,7 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
If you modify libpng you may insert additional notices immediately following
this sentence.
libpng versions 1.0.7, July 1, 2000, through 1.2.1beta
2, October 25
, 2001, are
libpng versions 1.0.7, July 1, 2000, through 1.2.1beta
3, October 27
, 2001, are
Copyright (c) 2000 Glenn Randers-Pehrson
and are distributed according to the same disclaimer and license as libpng-1.0.6
with the following individuals added to the list of Contributing Authors
...
...
@@ -99,4 +99,4 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
randeg@alum.rpi.edu
October 2
5
, 2001
October 2
7
, 2001
README
浏览文件 @
3f549259
README for libpng 1.2.1beta
2 - October 25
, 2001 (shared library 2.1)
README for libpng 1.2.1beta
3 - October 27
, 2001 (shared library 2.1)
See the note about version numbers near the top of png.h
See INSTALL for instructions on how to install libpng.
...
...
@@ -187,9 +187,9 @@ Files in this distribution:
descrip.mms => VMS makefile for MMS or MMK
makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
makefile.linux => Linux/ELF makefile
(gcc, creates libpng.so.2.1.2.1beta
2
)
(gcc, creates libpng.so.2.1.2.1beta
3
)
makefile.gcmmx => Linux/ELF makefile (gcc, creates
libpng.so.2.1.2.1beta
2
, uses assembler code
libpng.so.2.1.2.1beta
3
, uses assembler code
tuned for Intel MMX platform)
makefile.gcc => Generic makefile (gcc, creates static libpng.a)
makefile.knr => Archaic UNIX Makefile that converts files with
...
...
@@ -206,10 +206,10 @@ Files in this distribution:
makefile.macosx => MACOS X Makefile
makefile.netbsd => NetBSD/cc makefile, uses PNGGCCRD
makefile.sgi => Silicon Graphics IRIX (cc, creates static lib)
makefile.sggcc => Silicon Graphics (gcc, creates libpng.so.2.1.2.1beta
2
)
makefile.sggcc => Silicon Graphics (gcc, creates libpng.so.2.1.2.1beta
3
)
makefile.sunos => Sun makefile
makefile.solaris => Solaris 2.X makefile
(gcc, creates libpng.so.2.1.2.1beta
2
)
(gcc, creates libpng.so.2.1.2.1beta
3
)
makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
makefile.mips => MIPS makefile
makefile.acorn => Acorn makefile
...
...
Y2KINFO
浏览文件 @
3f549259
Y2K compliance in libpng:
=========================
October 2
5
, 2001
October 2
7
, 2001
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
This is your unofficial assurance that libpng from version 0.71 and
upward through 1.2.1beta
2
are Y2K compliant. It is my belief that earlier
upward through 1.2.1beta
3
are Y2K compliant. It is my belief that earlier
versions were also Y2K compliant.
Libpng only has three year fields. One is a 2-byte unsigned integer
...
...
configure
浏览文件 @
3f549259
echo "
There is no \"configure\" script for Libpng-1.2.1beta
2
. Instead, please
There is no \"configure\" script for Libpng-1.2.1beta
3
. Instead, please
copy the appropriate makefile for your system from the \"scripts\"
directory. Read the INSTALL file for more details.
"
...
...
example.c
浏览文件 @
3f549259
...
...
@@ -114,7 +114,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
if
(
info_ptr
==
NULL
)
{
fclose
(
fp
);
png_destroy_read_struct
(
&
png_ptr
,
(
png_infopp
)
NULL
,
(
png_infopp
)
NULL
);
png_destroy_read_struct
(
&
png_ptr
,
png_infopp_NULL
,
png_infopp_
NULL
);
return
(
ERROR
);
}
...
...
@@ -126,7 +126,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
if
(
setjmp
(
png_jmpbuf
(
png_ptr
)))
{
/* Free all of the memory associated with the png_ptr and info_ptr */
png_destroy_read_struct
(
&
png_ptr
,
&
info_ptr
,
(
png_infopp
)
NULL
);
png_destroy_read_struct
(
&
png_ptr
,
&
info_ptr
,
png_infopp_
NULL
);
fclose
(
fp
);
/* If we get here, we had a problem reading the file */
return
(
ERROR
);
...
...
@@ -157,7 +157,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
* adjustment), then you can read the entire image (including
* pixels) into the info structure with this call:
*/
png_read_png
(
png_ptr
,
info_ptr
,
png_transforms
,
(
png_voidp
)
NULL
);
png_read_png
(
png_ptr
,
info_ptr
,
png_transforms
,
png_voidp_
NULL
);
#else
/* OK, you're doing it the hard way, with the lower-level functions */
...
...
@@ -167,7 +167,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
png_read_info
(
png_ptr
,
info_ptr
);
png_get_IHDR
(
png_ptr
,
info_ptr
,
&
width
,
&
height
,
&
bit_depth
,
&
color_type
,
&
interlace_type
,
(
int
*
)
NULL
,
(
int
*
)
NULL
);
&
interlace_type
,
int_p_NULL
,
int_p_
NULL
);
/**** Set up the data transformations you want. Note that these are all
**** optional. Only call them if you want/need them. Many of the
...
...
@@ -277,7 +277,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
png_color
std_color_cube
[
MAX_SCREEN_COLORS
];
png_set_dither
(
png_ptr
,
std_color_cube
,
MAX_SCREEN_COLORS
,
MAX_SCREEN_COLORS
,
(
png_uint_16p
)
NULL
,
0
);
MAX_SCREEN_COLORS
,
png_uint_16p_
NULL
,
0
);
}
/* This reduces the image to the palette supplied in the file */
else
if
(
png_get_PLTE
(
png_ptr
,
info_ptr
,
&
palette
,
&
num_palette
))
...
...
@@ -354,17 +354,17 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
#ifdef single
/* Read the image a single row at a time */
for
(
y
=
0
;
y
<
height
;
y
++
)
{
png_read_rows
(
png_ptr
,
&
row_pointers
[
y
],
(
png_bytepp
)
NULL
,
1
);
png_read_rows
(
png_ptr
,
&
row_pointers
[
y
],
png_bytepp_
NULL
,
1
);
}
#else no_single
/* Read the image several rows at a time */
for
(
y
=
0
;
y
<
height
;
y
+=
number_of_rows
)
{
#ifdef sparkle
/* Read the image using the "sparkle" effect. */
png_read_rows
(
png_ptr
,
&
row_pointers
[
y
],
(
png_bytepp
)
NULL
,
png_read_rows
(
png_ptr
,
&
row_pointers
[
y
],
png_bytepp_
NULL
,
number_of_rows
);
#else no_sparkle
/* Read the image using the "rectangle" effect */
png_read_rows
(
png_ptr
,
(
png_bytepp
)
NULL
,
&
row_pointers
[
y
],
png_read_rows
(
png_ptr
,
png_bytepp_
NULL
,
&
row_pointers
[
y
],
number_of_rows
);
#endif no_sparkle
/* use only one of these two methods */
}
...
...
@@ -382,7 +382,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
/* At this point you have read the entire image */
/* clean up after the read, and free any memory allocated - REQUIRED */
png_destroy_read_struct
(
&
png_ptr
,
&
info_ptr
,
(
png_infopp
)
NULL
);
png_destroy_read_struct
(
&
png_ptr
,
&
info_ptr
,
png_infopp_
NULL
);
/* close the file */
fclose
(
fp
);
...
...
@@ -415,13 +415,13 @@ initialize_png_reader(png_structp *png_ptr, png_infop *info_ptr)
if
(
*
info_ptr
==
NULL
)
{
png_destroy_read_struct
(
png_ptr
,
info_ptr
,
(
png_infopp
)
NULL
);
png_destroy_read_struct
(
png_ptr
,
info_ptr
,
png_infopp_
NULL
);
return
(
ERROR
);
}
if
(
setjmp
(
png_jmpbuf
((
*
png_ptr
))))
{
png_destroy_read_struct
(
png_ptr
,
info_ptr
,
(
png_infopp
)
NULL
);
png_destroy_read_struct
(
png_ptr
,
info_ptr
,
png_infopp_
NULL
);
return
(
ERROR
);
}
...
...
@@ -450,7 +450,7 @@ process_data(png_structp *png_ptr, png_infop *info_ptr,
if
(
setjmp
(
png_jmpbuf
((
*
png_ptr
))))
{
/* Free the png_ptr and info_ptr memory on error */
png_destroy_read_struct
(
png_ptr
,
info_ptr
,
(
png_infopp
)
NULL
);
png_destroy_read_struct
(
png_ptr
,
info_ptr
,
png_infopp_
NULL
);
return
(
ERROR
);
}
...
...
@@ -582,7 +582,7 @@ void write_png(char *file_name /* , ... other image information ... */)
if
(
info_ptr
==
NULL
)
{
fclose
(
fp
);
png_destroy_write_struct
(
&
png_ptr
,
(
png_infopp
)
NULL
);
png_destroy_write_struct
(
&
png_ptr
,
png_infopp_
NULL
);
return
(
ERROR
);
}
...
...
@@ -614,7 +614,7 @@ void write_png(char *file_name /* , ... other image information ... */)
* image info living info in the structure. You could "|" many
* PNG_TRANSFORM flags into the png_transforms integer here.
*/
png_write_png
(
png_ptr
,
info_ptr
,
png_transforms
,
(
png_voidp
)
NULL
);
png_write_png
(
png_ptr
,
info_ptr
,
png_transforms
,
png_voidp_
NULL
);
#else
/* This is the hard way */
...
...
libpng.3
浏览文件 @
3f549259
.TH LIBPNG 3 "October 2
5
, 2001"
.TH LIBPNG 3 "October 2
7
, 2001"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.2.1beta
2
libpng \- Portable Network Graphics (PNG) Reference Library 1.2.1beta
3
.SH SYNOPSIS
\fI\fB
...
...
@@ -787,7 +787,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.2.1beta
2 - October 25
, 2001
libpng version 1.2.1beta
3 - October 27
, 2001
Updated and distributed by Glenn Randers-Pehrson
<randeg@alum.rpi.edu>
Copyright (c) 1998-2001 Glenn Randers-Pehrson
...
...
@@ -3635,13 +3635,13 @@ application:
.SH IX. Y2K Compliance in libpng
October 2
5
, 2001
October 2
7
, 2001
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
This is your unofficial assurance that libpng from version 0.71 and
upward through 1.2.1beta
2
are Y2K compliant. It is my belief that earlier
upward through 1.2.1beta
3
are Y2K compliant. It is my belief that earlier
versions were also Y2K compliant.
Libpng only has three year fields. One is a 2-byte unsigned integer that
...
...
@@ -3761,7 +3761,7 @@ the first widely used release:
1.2.0beta3-5 3 10200 3.1.2.0beta3-5
1.2.0rc1 3 10200 3.1.2.0rc1
1.2.0 3 10200 3.1.2.0
1.2.1beta
1 3 10201 3.1.2.1beta1
1.2.1beta
-3 3 10201 3.1.2.1beta1-3
Henceforth the source version will match the shared-library minor
and patch numbers; the shared-library major version number will be
...
...
@@ -3819,7 +3819,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
Libpng version 1.2.1beta
2 - October 25
, 2001:
Libpng version 1.2.1beta
3 - October 27
, 2001:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (randeg@alum.rpi.edu).
...
...
@@ -3836,7 +3836,7 @@ included in the libpng distribution, the latter shall prevail.)
If you modify libpng you may insert additional notices immediately following
this sentence.
libpng versions 1.0.7, July 1, 2000, through 1.2.1beta
2, October 25
, 2001, are
libpng versions 1.0.7, July 1, 2000, through 1.2.1beta
3, October 27
, 2001, are
Copyright (c) 2000-2001 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.0.6
with the following individuals added to the list of Contributing Authors
...
...
@@ -3928,7 +3928,7 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
randeg@alum.rpi.edu
October 2
5
, 2001
October 2
7
, 2001
.\" end of man page
libpng.txt
浏览文件 @
3f549259
libpng.txt - A description on how to use and modify libpng
libpng version 1.2.1beta
2 - October 25
, 2001
libpng version 1.2.1beta
3 - October 27
, 2001
Updated and distributed by Glenn Randers-Pehrson
<randeg@alum.rpi.edu>
Copyright (c) 1998-2001 Glenn Randers-Pehrson
...
...
@@ -2848,13 +2848,13 @@ application:
IX. Y2K Compliance in libpng
October 2
5
, 2001
October 2
7
, 2001
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
This is your unofficial assurance that libpng from version 0.71 and
upward through 1.2.1beta
2
are Y2K compliant. It is my belief that earlier
upward through 1.2.1beta
3
are Y2K compliant. It is my belief that earlier
versions were also Y2K compliant.
Libpng only has three year fields. One is a 2-byte unsigned integer that
...
...
libpngpf.3
浏览文件 @
3f549259
.TH LIBPNGPF 3 "October 2
5
, 2001"
.TH LIBPNGPF 3 "October 2
7
, 2001"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.2.1beta
2
libpng \- Portable Network Graphics (PNG) Reference Library 1.2.1beta
3
(private functions)
.SH SYNOPSIS
\fB#include <png.h>\fP
...
...
png.5
浏览文件 @
3f549259
.TH PNG 5 "October 2
5
, 2001"
.TH PNG 5 "October 2
7
, 2001"
.SH NAME
png \- Portable Network Graphics (PNG) format
.SH DESCRIPTION
...
...
png.c
浏览文件 @
3f549259
/* png.c - location for general purpose libpng functions
*
* libpng version 1.2.1beta
2 - October 25
, 2001
* libpng version 1.2.1beta
3 - October 27
, 2001
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
...
...
@@ -13,14 +13,14 @@
#include "png.h"
/* Generate a compiler error if there is an old png.h in the search path. */
typedef
version_1_2_1beta
2
Your_png_h_is_not_version_1_2_1beta2
;
typedef
version_1_2_1beta
3
Your_png_h_is_not_version_1_2_1beta3
;
/* Version information for C files. This had better match the version
* string defined in png.h. */
#ifdef PNG_USE_GLOBAL_ARRAYS
/* png_libpng_ver was changed to a function in version 1.0.5c */
const
char
png_libpng_ver
[
18
]
=
"1.2.1beta
2
"
;
const
char
png_libpng_ver
[
18
]
=
"1.2.1beta
3
"
;
/* png_sig was changed to a function in version 1.0.5c */
/* Place to hold the signature string for a PNG file. */
...
...
@@ -248,7 +248,7 @@ png_destroy_info_struct(png_structp png_ptr, png_infopp info_ptr_ptr)
#else
png_destroy_struct
((
png_voidp
)
info_ptr
);
#endif
*
info_ptr_ptr
=
(
png_infop
)
NULL
;
*
info_ptr_ptr
=
NULL
;
}
}
...
...
@@ -551,7 +551,7 @@ png_info_destroy(png_structp png_ptr, png_infop info_ptr)
if
(
png_ptr
->
num_chunk_list
)
{
png_free
(
png_ptr
,
png_ptr
->
chunk_list
);
png_ptr
->
chunk_list
=
(
png_bytep
)
NULL
;
png_ptr
->
chunk_list
=
NULL
;
png_ptr
->
num_chunk_list
=
0
;
}
#endif
...
...
@@ -646,7 +646,7 @@ png_charp PNGAPI
png_get_copyright
(
png_structp
png_ptr
)
{
if
(
png_ptr
!=
NULL
||
png_ptr
==
NULL
)
/* silence compiler warning */
return
((
png_charp
)
"
\n
libpng version 1.2.1beta
2 - October 25
, 2001
\n
\
return
((
png_charp
)
"
\n
libpng version 1.2.1beta
3 - October 27
, 2001
\n
\
Copyright (c) 1998-2001 Glenn Randers-Pehrson
\n
\
Copyright (c) 1996, 1997 Andreas Dilger
\n
\
Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
\n
"
);
...
...
@@ -664,8 +664,8 @@ png_get_libpng_ver(png_structp png_ptr)
{
/* Version of *.c files used when building libpng */
if
(
png_ptr
!=
NULL
)
/* silence compiler warning about unused png_ptr */
return
((
png_charp
)
"1.2.1beta
2
"
);
return
((
png_charp
)
"1.2.1beta
2
"
);
return
((
png_charp
)
"1.2.1beta
3
"
);
return
((
png_charp
)
"1.2.1beta
3
"
);
}
png_charp
PNGAPI
...
...
png.h
浏览文件 @
3f549259
/* png.h - header file for PNG reference library
*
* libpng version 1.2.1beta
2 - October 25
, 2001
* libpng version 1.2.1beta
3 - October 27
, 2001
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
...
...
@@ -9,7 +9,7 @@
* Authors and maintainers:
* libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
* libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
* libpng versions 0.97, January 1998, through 1.2.1beta
2 - October 25
, 2001: Glenn
* libpng versions 0.97, January 1998, through 1.2.1beta
3 - October 27
, 2001: Glenn
* See also "Contributing Authors", below.
*
* Note about libpng version numbers:
...
...
@@ -78,7 +78,7 @@
* 1.2.0beta3-5 3 10200 3.1.2.0beta3-5
* 1.2.0rc1 3 10200 3.1.2.0rc1
* 1.2.0 3 10200 3.1.2.0
* 1.2.1beta1-
2 3 10201 3.1.2.1beta1-2
* 1.2.1beta1-
3 3 10201 3.1.2.1beta1-3
*
* Henceforth the source version will match the shared-library major
* and minor numbers; the shared-library major version number will be
...
...
@@ -108,7 +108,7 @@
* If you modify libpng you may insert additional notices immediately following
* this sentence.
*
* libpng versions 1.0.7, July 1, 2000, through 1.2.1beta
2, October 25
, 2001, are
* libpng versions 1.0.7, July 1, 2000, through 1.2.1beta
3, October 27
, 2001, are
* Copyright (c) 2000, 2001 Glenn Randers-Pehrson, and are
* distributed according to the same disclaimer and license as libpng-1.0.6
* with the following individuals added to the list of Contributing Authors
...
...
@@ -213,13 +213,13 @@
* Y2K compliance in libpng:
* =========================
*
* October 2
5
, 2001
* October 2
7
, 2001
*
* Since the PNG Development group is an ad-hoc body, we can't make
* an official declaration.
*
* This is your unofficial assurance that libpng from version 0.71 and
* upward through 1.2.1beta
2
are Y2K compliant. It is my belief that earlier
* upward through 1.2.1beta
3
are Y2K compliant. It is my belief that earlier
* versions were also Y2K compliant.
*
* Libpng only has three year fields. One is a 2-byte unsigned integer
...
...
@@ -275,7 +275,7 @@
*/
/* Version information for png.h - this should match the version in png.c */
#define PNG_LIBPNG_VER_STRING "1.2.1beta
2
"
#define PNG_LIBPNG_VER_STRING "1.2.1beta
3
"
#define PNG_LIBPNG_VER_SONUM 3
#define PNG_LIBPNG_VER_DLLNUM %DLLNUM%
...
...
@@ -287,7 +287,7 @@
/* This should match the numeric part of the final component of
* PNG_LIBPNG_VER_STRING, omitting any leading zero: */
#define PNG_LIBPNG_VER_BUILD
2
#define PNG_LIBPNG_VER_BUILD
3
#define PNG_LIBPNG_BUILD_ALPHA 1
#define PNG_LIBPNG_BUILD_BETA 2
...
...
@@ -323,6 +323,22 @@ extern "C" {
* which applications aren't expected to use directly.
*/
#define int_p_NULL NULL
/* (int *)NULL */
#define png_bytep_NULL NULL
/* (png_bytep)NULL */
#define png_bytepp_NULL NULL
/* (png_bytepp)NULL */
#define png_doublep_NULL NULL
/* (png_doublep)NULL */
#define png_error_ptr_NULL NULL
/* (png_error_ptr)NULL */
#define png_flush_ptr_NULL NULL
/* (png_flush_ptr)NULL */
#define png_free_ptr_NULL NULL
/* (png_free_ptr)NULL */
#define png_infopp_NULL NULL
/* (png_infopp)NULL */
#define png_malloc_ptr_NULL NULL
/* (png_malloc_ptr)NULL */
#define png_read_status_ptr_NULL NULL
/* (png_read_status_ptr)NULL */
#define png_rw_ptr_NULL NULL
/* (png_rw_ptr)NULL */
#define png_structp_NULL NULL
/* (png_structp)NULL */
#define png_uint_16p_NULL NULL
/* (png_uint_16p)NULL */
#define png_voidp_NULL NULL
/* (png_voidp)NULL */
#define png_write_status_ptr_NULL NULL
/* (png_write_status_ptr)NULL */
/* variables declared in png.c - only it needs to define PNG_NO_EXTERN */
#if !defined(PNG_NO_EXTERN) || defined(PNG_ALWAYS_EXTERN)
/* Version information for C files, stored in png.c. This had better match
...
...
@@ -1217,9 +1233,9 @@ struct png_struct_def
/* This prevents a compiler error in png_get_copyright() in png.c if png.c
and png.h are both at version 1.2.1beta
2
and png.h are both at version 1.2.1beta
3
*/
typedef
png_structp
version_1_2_1beta
2
;
typedef
png_structp
version_1_2_1beta
3
;
typedef
png_struct
FAR
*
FAR
*
png_structpp
;
...
...
@@ -2336,7 +2352,7 @@ extern PNG_EXPORT(void,png_set_strip_error_numbers) PNGARG((png_structp
/* Maintainer: Put new public prototypes here ^, in libpng.3, and project defs */
#define PNG_HEADER_VERSION_STRING \
" libpng version 1.2.1beta
2 - October 25
, 2001 (header)\n"
" libpng version 1.2.1beta
3 - October 27
, 2001 (header)\n"
#ifdef PNG_READ_COMPOSITE_NODIV_SUPPORTED
/* With these routines we avoid an integer divide, which will be slower on
...
...
@@ -2949,15 +2965,17 @@ PNG_EXTERN void png_do_shift PNGARG((png_row_infop row_info, png_bytep row,
#endif
#if defined(PNG_READ_BACKGROUND_SUPPORTED)
PNG_EXTERN
void
png_do_background
PNGARG
((
png_row_infop
row_info
,
png_bytep
row
,
png_color_16p
trans_values
,
png_color_16p
background
#if defined(PNG_READ_GAMMA_SUPPORTED)
,
png_color_16p
background_1
,
PNG_EXTERN
void
png_do_background
PNGARG
((
png_row_infop
row_info
,
png_bytep
row
,
png_color_16p
trans_values
,
png_color_16p
background
,
png_color_16p
background_1
,
png_bytep
gamma_table
,
png_bytep
gamma_from_1
,
png_bytep
gamma_to_1
,
png_uint_16pp
gamma_16
,
png_uint_16pp
gamma_16_from_1
,
png_uint_16pp
gamma_16_to_1
,
int
gamma_shift
png_uint_16pp
gamma_16_to_1
,
int
gamma_shift
));
#else
PNG_EXTERN
void
png_do_background
PNGARG
((
png_row_infop
row_info
,
png_bytep
row
,
png_color_16p
trans_values
,
png_color_16p
background
));
#endif
));
#endif
#if defined(PNG_READ_GAMMA_SUPPORTED)
...
...
pngasmrd.h
浏览文件 @
3f549259
/* pngasmrd.h - assembler version of utilities to read a PNG file
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 2001 Glenn Randers-Pehrson
*
...
...
pngconf.h
浏览文件 @
3f549259
/* pngconf.h - machine configurable file for libpng
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngerror.c
浏览文件 @
3f549259
/* pngerror.c - stub functions for i/o and memory allocation
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pnggccrd.c
浏览文件 @
3f549259
...
...
@@ -6,7 +6,7 @@
* and http://www.intel.com/drg/pentiumII/appnotes/923/923.htm
* for Intel's performance analysis of the MMX vs. non-MMX code.
*
* libpng version 1.2.1beta
2 - October 25
, 2001
* libpng version 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* Copyright (c) 1998, Intel Corporation
...
...
pngget.c
浏览文件 @
3f549259
/* pngget.c - retrieval of values from info struct
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngmem.c
浏览文件 @
3f549259
/* pngmem.c - stub functions for memory allocation
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -27,7 +27,7 @@ png_voidp /* PRIVATE */
png_create_struct
(
int
type
)
{
#ifdef PNG_USER_MEM_SUPPORTED
return
(
png_create_struct_2
(
type
,
(
png_malloc_ptr
)
NULL
,
(
png_voidp
)
NULL
));
return
(
png_create_struct_2
(
type
,
png_malloc_ptr_NULL
,
png_voidp_
NULL
));
}
/* Alternate version of png_create_struct, for use with user-defined malloc. */
...
...
@@ -43,39 +43,30 @@ png_create_struct_2(int type, png_malloc_ptr malloc_fn, png_voidp mem_ptr)
else
if
(
type
==
PNG_STRUCT_PNG
)
size
=
sizeof
(
png_struct
);
else
return
(
(
png_voidp
)
NULL
);
return
(
NULL
);
#ifdef PNG_USER_MEM_SUPPORTED
if
(
malloc_fn
!=
NULL
)
{
if
(
mem_ptr
!=
NULL
)
{
png_struct
dummy_struct
;
png_structp
png_ptr
=
&
dummy_struct
;
png_ptr
->
mem_ptr
=
mem_ptr
;
struct_ptr
=
(
*
(
malloc_fn
))(
png_ptr
,
size
);
}
else
struct_ptr
=
(
*
(
malloc_fn
))((
png_structp
)
NULL
,
size
);
if
(
struct_ptr
!=
NULL
)
png_memset
(
struct_ptr
,
0
,
size
);
return
(
struct_ptr
);
png_struct
dummy_struct
;
png_structp
png_ptr
=
&
dummy_struct
;
png_ptr
->
mem_ptr
=
mem_ptr
;
struct_ptr
=
(
*
(
malloc_fn
))(
png_ptr
,
size
);
}
else
#endif
/* PNG_USER_MEM_SUPPORTED */
if
((
struct_ptr
=
(
png_voidp
)
farmalloc
(
size
))
!=
NULL
)
{
struct_ptr
=
(
png_voidp
)
farmalloc
(
size
));
if
(
struct_ptr
!=
NULL
)
png_memset
(
struct_ptr
,
0
,
size
);
}
return
(
struct_ptr
);
}
/* Free memory allocated by a png_create_struct() call */
void
/* PRIVATE */
png_destroy_struct
(
png_voidp
struct_ptr
)
{
#ifdef PNG_USER_MEM_SUPPORTED
png_destroy_struct_2
(
struct_ptr
,
(
png_free_ptr
)
NULL
,
(
png_voidp
)
NULL
);
png_destroy_struct_2
(
struct_ptr
,
png_free_ptr_NULL
,
png_voidp_
NULL
);
}
/* Free memory allocated by a png_create_struct() call */
...
...
@@ -126,7 +117,7 @@ png_malloc(png_structp png_ptr, png_uint_32 size)
png_voidp
ret
;
#endif
if
(
png_ptr
==
NULL
||
size
==
0
)
return
(
(
png_voidp
)
NULL
);
return
(
NULL
);
#ifdef PNG_USER_MEM_SUPPORTED
if
(
png_ptr
->
malloc_fn
!=
NULL
)
...
...
@@ -297,7 +288,7 @@ png_voidp /* PRIVATE */
png_create_struct
(
int
type
)
{
#ifdef PNG_USER_MEM_SUPPORTED
return
(
png_create_struct_2
(
type
,
(
png_malloc_ptr
)
NULL
,
(
png_voidp
)
NULL
));
return
(
png_create_struct_2
(
type
,
png_malloc_ptr_NULL
,
png_voidp_
NULL
));
}
/* Allocate memory for a png_struct or a png_info. The malloc and
...
...
@@ -315,7 +306,7 @@ png_create_struct_2(int type, png_malloc_ptr malloc_fn, png_voidp mem_ptr)
else
if
(
type
==
PNG_STRUCT_PNG
)
size
=
sizeof
(
png_struct
);
else
return
(
(
png_voidp
)
NULL
);
return
(
NULL
);
#ifdef PNG_USER_MEM_SUPPORTED
if
(
malloc_fn
!=
NULL
)
...
...
@@ -328,7 +319,9 @@ png_create_struct_2(int type, png_malloc_ptr malloc_fn, png_voidp mem_ptr)
struct_ptr
=
(
*
(
malloc_fn
))(
png_ptr
,
size
);
}
else
struct_ptr
=
(
*
(
malloc_fn
))((
png_structp
)
NULL
,
size
);
{
struct_ptr
=
(
*
(
malloc_fn
))(
png_structp_NULL
,
size
);
}
if
(
struct_ptr
!=
NULL
)
png_memset
(
struct_ptr
,
0
,
size
);
return
(
struct_ptr
);
...
...
@@ -357,7 +350,7 @@ void /* PRIVATE */
png_destroy_struct
(
png_voidp
struct_ptr
)
{
#ifdef PNG_USER_MEM_SUPPORTED
png_destroy_struct_2
(
struct_ptr
,
(
png_free_ptr
)
NULL
,
(
png_voidp
)
NULL
);
png_destroy_struct_2
(
struct_ptr
,
png_free_ptr_NULL
,
png_voidp_
NULL
);
}
/* Free memory allocated by a png_create_struct() call */
...
...
@@ -402,7 +395,7 @@ png_malloc(png_structp png_ptr, png_uint_32 size)
{
png_voidp
ret
;
if
(
png_ptr
==
NULL
||
size
==
0
)
return
(
(
png_voidp
)
NULL
);
return
(
NULL
);
#ifdef PNG_USER_MEM_SUPPORTED
if
(
png_ptr
->
malloc_fn
!=
NULL
)
...
...
pngpread.c
浏览文件 @
3f549259
/* pngpread.c - read a png file in push mode
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -792,7 +792,7 @@ png_push_process_row(png_structp png_ptr)
{
for
(
i
=
0
;
i
<
4
&&
png_ptr
->
pass
==
2
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
}
...
...
@@ -800,13 +800,13 @@ png_push_process_row(png_structp png_ptr)
{
for
(
i
=
0
;
i
<
2
&&
png_ptr
->
pass
==
4
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
}
if
(
png_ptr
->
pass
==
6
&&
png_ptr
->
height
<=
4
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
break
;
...
...
@@ -823,7 +823,7 @@ png_push_process_row(png_structp png_ptr)
{
for
(
i
=
0
;
i
<
4
&&
png_ptr
->
pass
==
2
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
}
...
...
@@ -839,14 +839,14 @@ png_push_process_row(png_structp png_ptr)
}
for
(
i
=
0
;
i
<
4
&&
png_ptr
->
pass
==
2
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
if
(
png_ptr
->
pass
==
4
)
/* pass 3 might be empty */
{
for
(
i
=
0
;
i
<
2
&&
png_ptr
->
pass
==
4
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
}
...
...
@@ -864,7 +864,7 @@ png_push_process_row(png_structp png_ptr)
{
for
(
i
=
0
;
i
<
2
&&
png_ptr
->
pass
==
4
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
}
...
...
@@ -880,12 +880,12 @@ png_push_process_row(png_structp png_ptr)
}
for
(
i
=
0
;
i
<
2
&&
png_ptr
->
pass
==
4
;
i
++
)
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
if
(
png_ptr
->
pass
==
6
)
/* pass 5 might be empty */
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
break
;
...
...
@@ -900,7 +900,7 @@ png_push_process_row(png_structp png_ptr)
}
if
(
png_ptr
->
pass
==
6
)
/* skip top generated row */
{
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
break
;
...
...
@@ -911,7 +911,7 @@ png_push_process_row(png_structp png_ptr)
png_read_push_finish_row
(
png_ptr
);
if
(
png_ptr
->
pass
!=
6
)
break
;
png_push_have_row
(
png_ptr
,
(
png_bytep
)
NULL
);
png_push_have_row
(
png_ptr
,
png_bytep_
NULL
);
png_read_push_finish_row
(
png_ptr
);
}
}
...
...
@@ -1072,8 +1072,8 @@ png_push_read_tEXt(png_structp png_ptr, png_infop info_ptr)
text_ptr
->
compression
=
PNG_TEXT_COMPRESSION_NONE
;
text_ptr
->
key
=
key
;
#ifdef PNG_iTXt_SUPPORTED
text_ptr
->
lang
=
(
char
*
)
NULL
;
text_ptr
->
lang_key
=
(
char
*
)
NULL
;
text_ptr
->
lang
=
NULL
;
text_ptr
->
lang_key
=
NULL
;
#endif
text_ptr
->
text
=
text
;
...
...
@@ -1257,8 +1257,8 @@ png_push_read_zTXt(png_structp png_ptr, png_infop info_ptr)
text_ptr
->
compression
=
PNG_TEXT_COMPRESSION_zTXt
;
text_ptr
->
key
=
key
;
#ifdef PNG_iTXt_SUPPORTED
text_ptr
->
lang
=
(
char
*
)
NULL
;
text_ptr
->
lang_key
=
(
char
*
)
NULL
;
text_ptr
->
lang
=
NULL
;
text_ptr
->
lang_key
=
NULL
;
#endif
text_ptr
->
text
=
text
;
...
...
pngread.c
浏览文件 @
3f549259
/* pngread.c - read a PNG file
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -22,7 +22,7 @@ png_create_read_struct(png_const_charp user_png_ver, png_voidp error_ptr,
#ifdef PNG_USER_MEM_SUPPORTED
return
(
png_create_read_struct_2
(
user_png_ver
,
error_ptr
,
error_fn
,
warn_fn
,
(
png_voidp
)
NULL
,
(
png_malloc_ptr
)
NULL
,
(
png_free_ptr
)
NULL
));
warn_fn
,
png_voidp_NULL
,
png_malloc_ptr_NULL
,
png_free_ptr_
NULL
));
}
/* Alternate create PNG structure for reading, and allocate any memory needed. */
...
...
@@ -50,9 +50,7 @@ png_create_read_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
#else
if
((
png_ptr
=
(
png_structp
)
png_create_struct
(
PNG_STRUCT_PNG
))
==
NULL
)
#endif
{
return
(
png_structp
)
NULL
;
}
return
(
NULL
);
#ifdef PNG_ASSEMBLER_CODE_SUPPORTED
png_init_mmx_flags
(
png_ptr
);
/* 1.2.0 addition */
...
...
@@ -68,7 +66,7 @@ png_create_read_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
png_free
(
png_ptr
,
png_ptr
->
zbuf
);
png_ptr
->
zbuf
=
NULL
;
png_destroy_struct
(
png_ptr
);
return
(
png_structp
)
NULL
;
return
(
NULL
)
;
}
#ifdef USE_FAR_KEYWORD
png_memcpy
(
png_ptr
->
jmpbuf
,
jmpbuf
,
sizeof
(
jmp_buf
));
...
...
@@ -139,7 +137,7 @@ png_create_read_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
png_ptr
->
zstream
.
next_out
=
png_ptr
->
zbuf
;
png_ptr
->
zstream
.
avail_out
=
(
uInt
)
png_ptr
->
zbuf_size
;
png_set_read_fn
(
png_ptr
,
(
png_voidp
)
NULL
,
(
png_rw_ptr
)
NULL
);
png_set_read_fn
(
png_ptr
,
png_voidp_NULL
,
png_rw_ptr_
NULL
);
return
(
png_ptr
);
}
...
...
@@ -165,7 +163,7 @@ png_read_init_2(png_structp png_ptr, png_const_charp user_png_ver,
if
(
sizeof
(
png_struct
)
>
png_struct_size
||
sizeof
(
png_info
)
>
png_info_size
)
{
char
msg
[
80
];
png_ptr
->
warning_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
warning_fn
=
NULL
;
if
(
user_png_ver
)
{
sprintf
(
msg
,
"Application was compiled with png.h from libpng-%.20s"
,
...
...
@@ -179,7 +177,7 @@ png_read_init_2(png_structp png_ptr, png_const_charp user_png_ver,
#endif
if
(
sizeof
(
png_struct
)
>
png_struct_size
)
{
png_ptr
->
error_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
error_fn
=
NULL
;
#ifdef PNG_ERROR_NUMBERS_SUPPORTED
png_ptr
->
flags
=
0
;
#endif
...
...
@@ -188,7 +186,7 @@ png_read_init_2(png_structp png_ptr, png_const_charp user_png_ver,
}
if
(
sizeof
(
png_info
)
>
png_info_size
)
{
png_ptr
->
error_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
error_fn
=
NULL
;
#ifdef PNG_ERROR_NUMBERS_SUPPORTED
png_ptr
->
flags
=
0
;
#endif
...
...
@@ -217,7 +215,7 @@ png_read_init_3(png_structpp ptr_ptr, png_const_charp user_png_ver,
#ifdef PNG_LEGACY_SUPPORTED
png_ptr
->
flags
|=
PNG_FLAG_LIBRARY_MISMATCH
;
#else
png_ptr
->
warning_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
warning_fn
=
NULL
;
png_warning
(
png_ptr
,
"Application uses deprecated png_read_init() and should be recompiled."
);
break
;
...
...
@@ -267,7 +265,7 @@ png_read_init_3(png_structpp ptr_ptr, png_const_charp user_png_ver,
png_ptr
->
zstream
.
next_out
=
png_ptr
->
zbuf
;
png_ptr
->
zstream
.
avail_out
=
(
uInt
)
png_ptr
->
zbuf_size
;
png_set_read_fn
(
png_ptr
,
(
png_voidp
)
NULL
,
(
png_rw_ptr
)
NULL
);
png_set_read_fn
(
png_ptr
,
png_voidp_NULL
,
png_rw_ptr_
NULL
);
}
/* Read the information before the actual image data. This has been
...
...
@@ -769,7 +767,7 @@ png_read_row(png_structp png_ptr, png_bytep row, png_bytep dsp_row)
* not called png_set_interlace_handling(), the display_row buffer will
* be ignored, so pass NULL to it.
*
* [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.1beta
2
* [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.1beta
3
*/
void
PNGAPI
...
...
@@ -796,14 +794,14 @@ png_read_rows(png_structp png_ptr, png_bytepp row,
for
(
i
=
0
;
i
<
num_rows
;
i
++
)
{
png_bytep
rptr
=
*
rp
;
png_read_row
(
png_ptr
,
rptr
,
(
png_bytep
)
NULL
);
png_read_row
(
png_ptr
,
rptr
,
png_bytep_
NULL
);
rp
++
;
}
else
if
(
dp
!=
NULL
)
for
(
i
=
0
;
i
<
num_rows
;
i
++
)
{
png_bytep
dptr
=
*
dp
;
png_read_row
(
png_ptr
,
(
png_bytep
)
NULL
,
dptr
);
png_read_row
(
png_ptr
,
png_bytep_
NULL
,
dptr
);
dp
++
;
}
}
...
...
@@ -818,7 +816,7 @@ png_read_rows(png_structp png_ptr, png_bytepp row,
* only call this function once. If you desire to have an image for
* each pass of a interlaced image, use png_read_rows() instead.
*
* [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.1beta
2
* [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.1beta
3
*/
void
PNGAPI
png_read_image
(
png_structp
png_ptr
,
png_bytepp
image
)
...
...
@@ -848,7 +846,7 @@ png_read_image(png_structp png_ptr, png_bytepp image)
rp
=
image
;
for
(
i
=
0
;
i
<
image_height
;
i
++
)
{
png_read_row
(
png_ptr
,
*
rp
,
(
png_bytep
)
NULL
);
png_read_row
(
png_ptr
,
*
rp
,
png_bytep_
NULL
);
rp
++
;
}
}
...
...
@@ -1081,7 +1079,7 @@ png_destroy_read_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr,
#else
png_destroy_struct
((
png_voidp
)
info_ptr
);
#endif
*
info_ptr_ptr
=
(
png_infop
)
NULL
;
*
info_ptr_ptr
=
NULL
;
}
if
(
end_info_ptr
!=
NULL
)
...
...
@@ -1095,7 +1093,7 @@ png_destroy_read_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr,
#else
png_destroy_struct
((
png_voidp
)
end_info_ptr
);
#endif
*
end_info_ptr_ptr
=
(
png_infop
)
NULL
;
*
end_info_ptr_ptr
=
NULL
;
}
if
(
png_ptr
!=
NULL
)
...
...
@@ -1106,7 +1104,7 @@ png_destroy_read_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr,
#else
png_destroy_struct
((
png_voidp
)
png_ptr
);
#endif
*
png_ptr_ptr
=
(
png_structp
)
NULL
;
*
png_ptr_ptr
=
NULL
;
}
}
...
...
pngrio.c
浏览文件 @
3f549259
/* pngrio.c - functions for data input
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngrtran.c
浏览文件 @
3f549259
/* pngrtran.c - transforms the data in a row for PNG readers
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngrutil.c
浏览文件 @
3f549259
/* pngrutil.c - utilities to read a PNG file
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngset.c
浏览文件 @
3f549259
/* pngset.c - storage of image information into info struct
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -676,8 +676,8 @@ png_set_text(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
#endif
{
#ifdef PNG_iTXt_SUPPORTED
textp
->
lang
=
(
png_charp
)
NULL
;
textp
->
lang_key
=
(
png_charp
)
NULL
;
textp
->
lang
=
NULL
;
textp
->
lang_key
=
NULL
;
#endif
textp
->
text
=
textp
->
key
+
key_len
+
1
;
}
...
...
pngtest.c
浏览文件 @
3f549259
/* pngtest.c - a simple test program to test libpng
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -481,7 +481,7 @@ png_debug_malloc(png_structp png_ptr, png_uint_32 size)
png_debug_malloc directly, with png_ptr == NULL which is OK */
if
(
size
==
0
)
return
(
png_voidp
)(
NULL
);
return
(
NULL
);
/* This calls the library allocator twice, once to get the requested
buffer and once to get a new free list entry. */
...
...
@@ -594,7 +594,7 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
#endif
char
inbuf
[
256
],
outbuf
[
256
];
row_buf
=
(
png_bytep
)
NULL
;
row_buf
=
NULL
;
#if defined(_WIN32_WCE)
MultiByteToWideChar
(
CP_ACP
,
0
,
inname
,
-
1
,
path
,
MAX_PATH
);
...
...
@@ -621,12 +621,12 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
png_debug
(
0
,
"Allocating read and write structures
\n
"
);
#ifdef PNG_USER_MEM_SUPPORTED
read_ptr
=
png_create_read_struct_2
(
PNG_LIBPNG_VER_STRING
,
(
png_voidp
)
NULL
,
(
png_error_ptr
)
NULL
,
(
png_error_ptr
)
NULL
,
(
png_voidp
)
NULL
,
read_ptr
=
png_create_read_struct_2
(
PNG_LIBPNG_VER_STRING
,
png_voidp_
NULL
,
png_error_ptr_NULL
,
png_error_ptr_NULL
,
png_voidp_
NULL
,
(
png_malloc_ptr
)
png_debug_malloc
,
(
png_free_ptr
)
png_debug_free
);
#else
read_ptr
=
png_create_read_struct
(
PNG_LIBPNG_VER_STRING
,
(
png_voidp
)
NULL
,
(
png_error_ptr
)
NULL
,
(
png_error_ptr
)
NULL
);
read_ptr
=
png_create_read_struct
(
PNG_LIBPNG_VER_STRING
,
png_voidp_
NULL
,
png_error_ptr_NULL
,
png_error_ptr_
NULL
);
#endif
#if defined(PNG_NO_STDIO)
png_set_error_fn
(
read_ptr
,
(
png_voidp
)
inname
,
pngtest_error
,
...
...
@@ -634,12 +634,12 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
#endif
#ifdef PNG_WRITE_SUPPORTED
#ifdef PNG_USER_MEM_SUPPORTED
write_ptr
=
png_create_write_struct_2
(
PNG_LIBPNG_VER_STRING
,
(
png_voidp
)
NULL
,
(
png_error_ptr
)
NULL
,
(
png_error_ptr
)
NULL
,
(
png_voidp
)
NULL
,
write_ptr
=
png_create_write_struct_2
(
PNG_LIBPNG_VER_STRING
,
png_voidp_
NULL
,
png_error_ptr_NULL
,
png_error_ptr_NULL
,
png_voidp_
NULL
,
(
png_malloc_ptr
)
png_debug_malloc
,
(
png_free_ptr
)
png_debug_free
);
#else
write_ptr
=
png_create_write_struct
(
PNG_LIBPNG_VER_STRING
,
(
png_voidp
)
NULL
,
(
png_error_ptr
)
NULL
,
(
png_error_ptr
)
NULL
);
write_ptr
=
png_create_write_struct
(
PNG_LIBPNG_VER_STRING
,
png_voidp_
NULL
,
png_error_ptr_NULL
,
png_error_ptr_
NULL
);
#endif
#if defined(PNG_NO_STDIO)
png_set_error_fn
(
write_ptr
,
(
png_voidp
)
inname
,
pngtest_error
,
...
...
@@ -727,9 +727,9 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
else
{
#ifdef PNG_WRITE_SUPPORTED
png_set_write_status_fn
(
write_ptr
,
(
png_write_status_ptr
)
NULL
);
png_set_write_status_fn
(
write_ptr
,
png_write_status_ptr_
NULL
);
#endif
png_set_read_status_fn
(
read_ptr
,
(
png_read_status_ptr
)
NULL
);
png_set_read_status_fn
(
read_ptr
,
png_read_status_ptr_
NULL
);
}
#if defined(PNG_READ_USER_TRANSFORM_SUPPORTED)
...
...
@@ -749,11 +749,11 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
#define HANDLE_CHUNK_ALWAYS 3
#if defined(PNG_READ_UNKNOWN_CHUNKS_SUPPORTED)
png_set_keep_unknown_chunks
(
read_ptr
,
HANDLE_CHUNK_ALWAYS
,
(
png_bytep
)
NULL
,
0
);
png_bytep_
NULL
,
0
);
#endif
#if defined(PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED)
png_set_keep_unknown_chunks
(
write_ptr
,
HANDLE_CHUNK_IF_SAFE
,
(
png_bytep
)
NULL
,
0
);
png_bytep_
NULL
,
0
);
#endif
png_debug
(
0
,
"Reading info struct
\n
"
);
...
...
@@ -1058,7 +1058,7 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
png_debug2
(
0
,
"0x%08lx (%ld bytes)
\n
"
,
(
unsigned
long
)
row_buf
,
png_get_rowbytes
(
read_ptr
,
read_info_ptr
));
#endif
/* !SINGLE_ROWBUF_ALLOC */
png_read_rows
(
read_ptr
,
(
png_bytepp
)
&
row_buf
,
(
png_bytepp
)
NULL
,
1
);
png_read_rows
(
read_ptr
,
(
png_bytepp
)
&
row_buf
,
png_bytepp_
NULL
,
1
);
#ifdef PNG_WRITE_SUPPORTED
#ifdef PNGTEST_TIMING
...
...
@@ -1512,4 +1512,4 @@ main(int argc, char *argv[])
}
/* Generate a compiler error if there is an old png.h in the search path. */
typedef
version_1_2_1beta
2
your_png_h_is_not_version_1_2_1beta2
;
typedef
version_1_2_1beta
3
your_png_h_is_not_version_1_2_1beta3
;
pngtrans.c
浏览文件 @
3f549259
/* pngtrans.c - transforms the data in a row (used by both readers and writers)
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngvcrd.c
浏览文件 @
3f549259
...
...
@@ -2,7 +2,7 @@
*
* For Intel x86 CPU and Microsoft Visual C++ compiler
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* Copyright (c) 1998, Intel Corporation
...
...
pngwio.c
浏览文件 @
3f549259
/* pngwio.c - functions for data output
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngwrite.c
浏览文件 @
3f549259
/* pngwrite.c - general routines to write a PNG file
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -424,7 +424,7 @@ png_create_write_struct(png_const_charp user_png_ver, png_voidp error_ptr,
{
#ifdef PNG_USER_MEM_SUPPORTED
return
(
png_create_write_struct_2
(
user_png_ver
,
error_ptr
,
error_fn
,
warn_fn
,
(
png_voidp
)
NULL
,
(
png_malloc_ptr
)
NULL
,
(
png_free_ptr
)
NULL
));
warn_fn
,
png_voidp_NULL
,
png_malloc_ptr_NULL
,
png_free_ptr_
NULL
));
}
/* Alternate initialize png_ptr structure, and allocate any memory needed */
...
...
@@ -448,9 +448,7 @@ png_create_write_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
#else
if
((
png_ptr
=
(
png_structp
)
png_create_struct
(
PNG_STRUCT_PNG
))
==
NULL
)
#endif
/* PNG_USER_MEM_SUPPORTED */
{
return
((
png_structp
)
NULL
);
}
return
(
NULL
);
#ifdef PNG_ASSEMBLER_CODE_SUPPORTED
png_init_mmx_flags
(
png_ptr
);
/* 1.2.0 addition */
...
...
@@ -466,7 +464,7 @@ png_create_write_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
png_free
(
png_ptr
,
png_ptr
->
zbuf
);
png_ptr
->
zbuf
=
NULL
;
png_destroy_struct
(
png_ptr
);
return
(
(
png_structp
)
NULL
);
return
(
NULL
);
}
#ifdef USE_FAR_KEYWORD
png_memcpy
(
png_ptr
->
jmpbuf
,
jmpbuf
,
sizeof
(
jmp_buf
));
...
...
@@ -521,12 +519,12 @@ png_create_write_struct_2(png_const_charp user_png_ver, png_voidp error_ptr,
png_ptr
->
zbuf
=
(
png_bytep
)
png_malloc
(
png_ptr
,
(
png_uint_32
)
png_ptr
->
zbuf_size
);
png_set_write_fn
(
png_ptr
,
(
png_voidp
)
NULL
,
(
png_rw_ptr
)
NULL
,
(
png_flush_ptr
)
NULL
);
png_set_write_fn
(
png_ptr
,
png_voidp_NULL
,
png_rw_ptr_
NULL
,
png_flush_ptr_
NULL
);
#if defined(PNG_WRITE_WEIGHTED_FILTER_SUPPORTED)
png_set_filter_heuristics
(
png_ptr
,
PNG_FILTER_HEURISTIC_DEFAULT
,
1
,
(
png_doublep
)
NULL
,
(
png_doublep
)
NULL
);
1
,
png_doublep_NULL
,
png_doublep_
NULL
);
#endif
return
((
png_structp
)
png_ptr
);
...
...
@@ -551,7 +549,7 @@ png_write_init_2(png_structp png_ptr, png_const_charp user_png_ver,
if
(
sizeof
(
png_struct
)
>
png_struct_size
||
sizeof
(
png_info
)
>
png_info_size
)
{
char
msg
[
80
];
png_ptr
->
warning_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
warning_fn
=
NULL
;
if
(
user_png_ver
)
{
sprintf
(
msg
,
"Application was compiled with png.h from libpng-%.20s"
,
...
...
@@ -565,7 +563,7 @@ png_write_init_2(png_structp png_ptr, png_const_charp user_png_ver,
#endif
if
(
sizeof
(
png_struct
)
>
png_struct_size
)
{
png_ptr
->
error_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
error_fn
=
NULL
;
#ifdef PNG_ERROR_NUMBERS_SUPPORTED
png_ptr
->
flags
=
0
;
#endif
...
...
@@ -574,7 +572,7 @@ png_write_init_2(png_structp png_ptr, png_const_charp user_png_ver,
}
if
(
sizeof
(
png_info
)
>
png_info_size
)
{
png_ptr
->
error_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
error_fn
=
NULL
;
#ifdef PNG_ERROR_NUMBERS_SUPPORTED
png_ptr
->
flags
=
0
;
#endif
...
...
@@ -601,7 +599,7 @@ png_write_init_3(png_structpp ptr_ptr, png_const_charp user_png_ver,
#ifdef PNG_LEGACY_SUPPORTED
png_ptr
->
flags
|=
PNG_FLAG_LIBRARY_MISMATCH
;
#else
png_ptr
->
warning_fn
=
(
png_error_ptr
)
NULL
;
png_ptr
->
warning_fn
=
NULL
;
png_warning
(
png_ptr
,
"Application uses deprecated png_write_init() and should be recompiled."
);
break
;
...
...
@@ -635,8 +633,8 @@ png_write_init_3(png_structpp ptr_ptr, png_const_charp user_png_ver,
png_memcpy
(
png_ptr
->
jmpbuf
,
tmp_jmp
,
sizeof
(
jmp_buf
));
#endif
png_set_write_fn
(
png_ptr
,
(
png_voidp
)
NULL
,
(
png_rw_ptr
)
NULL
,
(
png_flush_ptr
)
NULL
);
png_set_write_fn
(
png_ptr
,
png_voidp_NULL
,
png_rw_ptr_
NULL
,
png_flush_ptr_
NULL
);
/* initialize zbuf - compression buffer */
png_ptr
->
zbuf_size
=
PNG_ZBUF_SIZE
;
...
...
@@ -645,7 +643,7 @@ png_write_init_3(png_structpp ptr_ptr, png_const_charp user_png_ver,
#if defined(PNG_WRITE_WEIGHTED_FILTER_SUPPORTED)
png_set_filter_heuristics
(
png_ptr
,
PNG_FILTER_HEURISTIC_DEFAULT
,
1
,
(
png_doublep
)
NULL
,
(
png_doublep
)
NULL
);
1
,
png_doublep_NULL
,
png_doublep_
NULL
);
#endif
}
...
...
@@ -970,7 +968,7 @@ png_destroy_write_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr)
#else
png_destroy_struct
((
png_voidp
)
info_ptr
);
#endif
*
info_ptr_ptr
=
(
png_infop
)
NULL
;
*
info_ptr_ptr
=
NULL
;
}
if
(
png_ptr
!=
NULL
)
...
...
@@ -982,7 +980,7 @@ png_destroy_write_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr)
#else
png_destroy_struct
((
png_voidp
)
png_ptr
);
#endif
*
png_ptr_ptr
=
(
png_structp
)
NULL
;
*
png_ptr_ptr
=
NULL
;
}
}
...
...
pngwtran.c
浏览文件 @
3f549259
/* pngwtran.c - transforms the data in a row for PNG writers
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
pngwutil.c
浏览文件 @
3f549259
/* pngwutil.c - utilities to write a PNG file
*
* libpng 1.2.1beta
2 - October 25
, 2001
* libpng 1.2.1beta
3 - October 27
, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
...
...
@@ -608,7 +608,7 @@ png_write_IEND(png_structp png_ptr)
PNG_IEND
;
#endif
png_debug
(
1
,
"in png_write_IEND
\n
"
);
png_write_chunk
(
png_ptr
,
(
png_bytep
)
png_IEND
,
(
png_bytep
)
NULL
,
png_write_chunk
(
png_ptr
,
(
png_bytep
)
png_IEND
,
png_bytep_
NULL
,
(
png_size_t
)
0
);
png_ptr
->
mode
|=
PNG_HAVE_IEND
;
}
...
...
projects/msvc/README.txt
浏览文件 @
3f549259
Microsoft Developer Studio Build File, Format Version 6.00 for
libpng 1.2.1beta
2 (October 25
, 2001) and zlib
libpng 1.2.1beta
3 (October 27
, 2001) and zlib
Copyright (C) 2000 Simon-Pierre Cadieux
For conditions of distribution and use, see copyright notice in png.h
...
...
projects/msvc/png32ms.def
浏览文件 @
3f549259
...
...
@@ -6,7 +6,7 @@ LIBRARY
DESCRIPTION "PNG image compression library for Windows"
EXPORTS
;Version 1.2.1beta
2
;Version 1.2.1beta
3
png_build_grayscale_palette @1
png_check_sig @2
png_chunk_error @3
...
...
projects/netware.txt
浏览文件 @
3f549259
A set of project files is available for Netware. Get
libpng-1.2.1beta
2
-project-netware.zip from a libpng distribution
libpng-1.2.1beta
3
-project-netware.zip from a libpng distribution
site such as http://libpng.sourceforge.net
Put the zip file in this directory (projects) and then run
"unzip -a libpng-1.2.1beta
2
-project-netware.zip"
"unzip -a libpng-1.2.1beta
3
-project-netware.zip"
projects/wince.txt
浏览文件 @
3f549259
A set of project files is available for WinCE. Get
libpng-1.2.1beta
2
-project-wince.zip from a libpng distribution
libpng-1.2.1beta
3
-project-wince.zip from a libpng distribution
site such as http://libpng.sourceforge.net
Put the zip file in this directory (projects) and then run
"unzip -a libpng-1.2.1beta
2
-project-wince.zip"
"unzip -a libpng-1.2.1beta
3
-project-wince.zip"
scripts/makefile.aix
浏览文件 @
3f549259
...
...
@@ -18,7 +18,7 @@ RM = rm -f
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
prefix
=
/usr/local
...
...
scripts/makefile.beos
浏览文件 @
3f549259
...
...
@@ -13,7 +13,7 @@ ZLIBINC=/usr/local/include
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
ALIGN
=
...
...
scripts/makefile.cygwin
浏览文件 @
3f549259
...
...
@@ -39,7 +39,7 @@ CFLAGS=-I$(ZLIBINC) -Wall -O3 $(ALIGN) -funroll-loops \
# have to change it.
PNGMAJ
=
3
#PNGDLL = $3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGMIN_BASE
=
1.2.1
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
...
...
scripts/makefile.darwin
浏览文件 @
3f549259
...
...
@@ -24,7 +24,7 @@ RANLIB=ranlib
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/makefile.dec
浏览文件 @
3f549259
...
...
@@ -17,7 +17,7 @@ ZLIBINC=../zlib
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
CC
=
cc
...
...
scripts/makefile.gcmmx
浏览文件 @
3f549259
...
...
@@ -55,7 +55,7 @@ RANLIB=ranlib
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/makefile.hpgcc
浏览文件 @
3f549259
...
...
@@ -34,7 +34,7 @@ RANLIB=ranlib
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/makefile.hpux
浏览文件 @
3f549259
...
...
@@ -19,7 +19,7 @@ RANLIB=ranlib
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
# where make install puts libpng.a and png.h
...
...
scripts/makefile.linux
浏览文件 @
3f549259
...
...
@@ -34,7 +34,7 @@ RANLIB=ranlib
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/makefile.macosx
浏览文件 @
3f549259
...
...
@@ -19,7 +19,7 @@ LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz
LDSHARED
=
cc
-lz
-dynamiclib
-compatibility_version
$(VER)
-current_version
$(VER)
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
VER
=
$(PNGMAJ)
.
$(PNGMIN)
SHAREDLIB
=
libpng
SHAREDLIB_POSTFIX
=
dylib
...
...
scripts/makefile.netbsd
浏览文件 @
3f549259
...
...
@@ -11,7 +11,7 @@ INCSDIR=${LOCALBASE}/include
LIB
=
png
SHLIB_MAJOR
=
3
SHLIB_MINOR
=
1.2.1beta
2
SHLIB_MINOR
=
1.2.1beta
3
SRCS
=
pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c
\
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c
\
pngwtran.c pngmem.c pngerror.c pngpread.c
...
...
scripts/makefile.sco
浏览文件 @
3f549259
...
...
@@ -25,7 +25,7 @@ RANLIB=echo
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/makefile.sggcc
浏览文件 @
3f549259
...
...
@@ -22,7 +22,7 @@ CFLAGS=$(ABI) -I$(ZLIBINC) -O2 $(WARNMORE) -fPIC -mabi=n32
LDFLAGS
=
$(ABI)
-L
.
-L
$(ZLIBLIB)
-lpng
-lz
-lm
LDSHARED
=
CC
$(ABI)
-shared
VER
=
1.2.1beta
2
VER
=
1.2.1beta
3
# See "man dso" for info about shared objects
SONUM
=
3
LIBS
=
libpng.so.
$(SONUM)
.
$(VER)
...
...
scripts/makefile.sgi
浏览文件 @
3f549259
...
...
@@ -27,7 +27,7 @@ CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -DPNG_USE_PNGGCCRD -DPNG_NO_ASSEMBLER_
LDFLAGS
=
$(ABI)
-L
.
-L
$(ZLIBLIB)
-lpng
-lz
-lm
LDSHARED
=
cc
$(ABI)
-shared
VER
=
1.2.1beta
2
VER
=
1.2.1beta
3
# See "man dso" for info about shared objects
SONUM
=
3
SHAREDLIB
=
libpng.so
...
...
scripts/makefile.so9
浏览文件 @
3f549259
...
...
@@ -35,7 +35,7 @@ RANLIB=echo
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/makefile.solaris
浏览文件 @
3f549259
...
...
@@ -31,7 +31,7 @@ RANLIB=echo
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ
=
3
PNGMIN
=
1.2.1beta
2
PNGMIN
=
1.2.1beta
3
PNGVER
=
$(PNGMAJ)
.
$(PNGMIN)
INCPATH
=
$(prefix)
/include
...
...
scripts/pngdef.pas
浏览文件 @
3f549259
...
...
@@ -7,7 +7,7 @@ unit pngdef;
interface
const
PNG_LIBPNG_VER_STRING
=
'1.2.1beta
2
'
;
PNG_LIBPNG_VER_STRING
=
'1.2.1beta
3
'
;
PNG_LIBPNG_VER
=
10201
;
type
...
...
scripts/pngos2.def
浏览文件 @
3f549259
...
...
@@ -2,7 +2,7 @@
; PNG.LIB module definition file for OS/2
;----------------------------------------
; Version 1.2.1beta
2
; Version 1.2.1beta
3
LIBRARY PNG
DESCRIPTION "PNG image compression library for OS/2"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录