Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Libpng
提交
54a066a8
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看板
提交
54a066a8
编写于
9月 19, 1999
作者:
G
Glenn Randers-Pehrson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Imported from libpng-1.0.4.tar
上级
352ca6be
变更
30
隐藏空白更改
内联
并排
Showing
30 changed file
with
98 addition
and
47 deletion
+98
-47
ANNOUNCE
ANNOUNCE
+3
-2
CHANGES
CHANGES
+3
-2
INSTALL
INSTALL
+1
-1
LICENSE
LICENSE
+41
-0
README
README
+1
-1
Y2KINFO
Y2KINFO
+1
-1
libpng.3
libpng.3
+9
-6
libpng.txt
libpng.txt
+1
-1
libpngpf.3
libpngpf.3
+2
-2
png.5
png.5
+1
-1
png.c
png.c
+2
-2
png.h
png.h
+15
-10
pngasmrd.h
pngasmrd.h
+1
-1
pngconf.h
pngconf.h
+1
-1
pngerror.c
pngerror.c
+1
-1
pngget.c
pngget.c
+1
-1
pngmem.c
pngmem.c
+1
-1
pngpread.c
pngpread.c
+1
-1
pngread.c
pngread.c
+1
-1
pngrio.c
pngrio.c
+1
-1
pngrtran.c
pngrtran.c
+1
-1
pngrutil.c
pngrutil.c
+1
-1
pngset.c
pngset.c
+1
-1
pngtest.c
pngtest.c
+1
-1
pngtrans.c
pngtrans.c
+1
-1
pngvcrd.c
pngvcrd.c
+1
-1
pngwio.c
pngwio.c
+1
-1
pngwrite.c
pngwrite.c
+1
-1
pngwtran.c
pngwtran.c
+1
-1
pngwutil.c
pngwutil.c
+1
-1
未找到文件。
ANNOUNCE
浏览文件 @
54a066a8
Libpng 1.0.4 - September 1
8
, 1999
Libpng 1.0.4 - September 1
9
, 1999
This is a public release of libpng, intended for use in production codes.
...
...
@@ -49,7 +49,8 @@ Changes since the last public release (1.0.3):
Define PNG_ALWAYS_EXTERN in pngconf.h if __STDC__ is defined
Made several minor corrections to pngtest.c
Changed "hptr += 16L" to "hptr = hptr + 16L" in pngmem.c for Turbo 3.0
Renamed the makefiles with longer but more user friendly extensions
Renamed the makefiles with longer but more user friendly extensions.
Copied the PNG copyright and license to a separate LICENSE file.
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
...
...
CHANGES
浏览文件 @
54a066a8
...
...
@@ -436,8 +436,9 @@ version 1.0.3d [September 4, 1999]
Fixed type casting of igamma in pngrutil.c
Added new png_expand functions to scripts/pngdef.pas and pngos2.def
Added a demo read_user_transform_fn that examines the row filters in pngtest.c
version 1.0.4 [September 1
8
, 1999]
version 1.0.4 [September 1
9
, 1999]
Define PNG_ALWAYS_EXTERN in pngconf.h if __STDC__ is defined
Delete #define PNG_INTERNAL and include "png.h" from pngasmrd.h
Made several minor corrections to pngtest.c
Renamed the makefiles with longer but more user friendly extensions
Renamed the makefiles with longer but more user friendly extensions.
Copied the PNG copyright and license to a separate LICENSE file.
INSTALL
浏览文件 @
54a066a8
Installing libpng version 1.0.4 - September 1
8
, 1999
Installing libpng version 1.0.4 - September 1
9
, 1999
Before installing libpng, you must first install zlib. zlib
can usually be found wherever you got libpng. zlib can be
...
...
LICENSE
0 → 100644
浏览文件 @
54a066a8
COPYRIGHT NOTICE:
Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
(libpng versions 0.5, May 1995, through 0.89c, May 1996)
Copyright (c) 1996, 1997 Andreas Dilger
(libpng versions 0.90, December 1996, through 0.96, May 1997)
Copyright (c) 1998, 1999 Glenn Randers-Pehrson
(libpng versions 0.97, January 1998, through 1.0.4, September 19, 1999)
The PNG Reference Library 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
fitness for any purpose. The Contributing Authors and Group 42, Inc.
assume no liability for direct, indirect, incidental, special, exemplary,
or consequential damages, which may result from the use of the PNG
Reference Library, even if advised of the possibility of such damage.
Permission is hereby granted to use, copy, modify, and distribute this
source code, or portions hereof, for any purpose, without fee, subject
to the following restrictions:
1. The origin of this source code must not be
misrepresented.
2. Altered versions must be plainly marked as such
and must not be misrepresented as being the
original source.
3. This Copyright notice may not be removed or
altered from any source or altered source
distribution.
The Contributing Authors and Group 42, Inc. specifically permit, without
fee, and encourage the use of this source code as a component to
supporting the PNG file format in commercial products. If you use this
source code in a product, acknowledgment is not required but would be
appreciated.
Glenn Randers-Pehrson
randeg at alum.rpi.edu
September 19, 1999
README
浏览文件 @
54a066a8
README for libpng 1.0.4 - September 1
8
, 1999 (shared library 2.1)
README for libpng 1.0.4 - September 1
9
, 1999 (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.
...
...
Y2KINFO
浏览文件 @
54a066a8
Y2K compliance in libpng:
=========================
January 13
, 1999
September 19
, 1999
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
...
...
libpng.3
浏览文件 @
54a066a8
.TH LIBPNG 3 "September 1
8
, 1999"
.TH LIBPNG 3 "September 1
9
, 1999"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.4 - September 1
8
, 1999
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.4 - September 1
9
, 1999
.SH SYNOPSIS
\fI\fB
...
...
@@ -617,7 +617,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.4 - September 1
8
, 1999
libpng version 1.0.4 - September 1
9
, 1999
Updated and distributed by Glenn Randers-Pehrson
<randeg@alum.rpi.edu>
Copyright (c) 1998, 1999 Glenn Randers-Pehrson
...
...
@@ -2815,7 +2815,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
Libpng version 1.0.4 - September 1
8
, 1999:
Libpng version 1.0.4 - September 1
9
, 1999:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (randeg@alum.rpi.edu).
...
...
@@ -2825,9 +2825,12 @@ Supported by the PNG development group
.SH COPYRIGHT NOTICE:
Copyright (c) 1998, 1999 Glenn Randers-Pehrson
Copyright (c) 1996, 1997 Andreas Dilger
Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
(libpng versions 0.5, May 1995, through 0.89c, May 1996)
Copyright (c) 1996, 1997 Andreas Dilger
(libpng versions 0.90, December 1996, through 0.96, May 1997)
Copyright (c) 1998, 1999 Glenn Randers-Pehrson
(libpng versions 0.97, January 1998, through 1.0.4, September 19, 1999)
The PNG Reference Library (libpng) is supplied "AS IS". The Contributing
Authors and Group 42, Inc. disclaim all warranties, expressed or implied,
...
...
libpng.txt
浏览文件 @
54a066a8
libpng.txt - A description on how to use and modify libpng
libpng version 1.0.4 - September 1
8
, 1999
libpng version 1.0.4 - September 1
9
, 1999
Updated and distributed by Glenn Randers-Pehrson
<randeg@alum.rpi.edu>
Copyright (c) 1998, 1999 Glenn Randers-Pehrson
...
...
libpngpf.3
浏览文件 @
54a066a8
.TH LIBPNGPF 3
"September 18, 1999"
.TH LIBPNGPF 3
September 19, 1999
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.4 - September 1
8
, 1999
libpng \- Portable Network Graphics (PNG) Reference Library 1.0.4 - September 1
9
, 1999
(private functions)
.SH SYNOPSIS
\fB#include <png.h>\fP
...
...
png.5
浏览文件 @
54a066a8
.TH PNG 5 "September 1
8
, 1999"
.TH PNG 5 "September 1
9
, 1999"
.SH NAME
png \- Portable Network Graphics (PNG) format
.SH DESCRIPTION
...
...
png.c
浏览文件 @
54a066a8
/* png.c - location for general purpose libpng functions
*
* libpng version 1.0.4 - September 1
8
, 1999
* libpng version 1.0.4 - September 1
9
, 1999
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
* Copyright (c) 1998, 1999 Glenn Randers-Pehrson
...
...
@@ -352,7 +352,7 @@ png_get_copyright(png_structp png_ptr)
{
if
(
png_ptr
==
NULL
)
/* silence compiler warning about unused png_ptr */
;
return
(
"
\n
libpng version 1.0.4 - September 1
8
, 1999
\n
\
return
(
"
\n
libpng version 1.0.4 - September 1
9
, 1999
\n
\
Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
\n
\
Copyright (c) 1996, 1997 Andreas Dilger
\n
\
Copyright (c) 1998, 1999 Glenn Randers-Pehrson
\n
"
);
...
...
png.h
浏览文件 @
54a066a8
/* png.h - header file for PNG reference library
*
* libpng version 1.0.4 - September 1
8
, 1999
* libpng version 1.0.4 - September 1
9
, 1999
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
* Copyright (c) 1998, 1999 Glenn Randers-Pehrson
...
...
@@ -9,7 +9,7 @@
* Authors and maintainers:
* libpng versions 0.71, May 1995, through 0.89c, May 1996: Guy Schalnat
* libpng versions 0.90, December 1996, through 0.96, May 1997: Andreas Dilger
* libpng versions 0.97, January 1998, through 1.0.4 - September 1
8
, 1999: Glenn R-P
* libpng versions 0.97, January 1998, through 1.0.4 - September 1
9
, 1999: Glenn R-P
* See also "Contributing Authors", below.
*
* Y2K compliance in libpng:
...
...
@@ -137,7 +137,7 @@
* Copyright (c) 1996, 1997 Andreas Dilger
* (libpng versions 0.90, December 1996, through 0.96, May 1997)
* Copyright (c) 1998, 1999 Glenn Randers-Pehrson
* (libpng versions 0.97, January 1998, through 1.0.4
- September 18
, 1999)
* (libpng versions 0.97, January 1998, through 1.0.4
, September 19
, 1999)
*
* The PNG Reference Library is supplied "AS IS". The Contributing Authors
* and Group 42, Inc. disclaim all warranties, expressed or implied,
...
...
@@ -150,11 +150,17 @@
* Permission is hereby granted to use, copy, modify, and distribute this
* source code, or portions hereof, for any purpose, without fee, subject
* to the following restrictions:
* 1. The origin of this source code must not be misrepresented.
* 2. Altered versions must be plainly marked as such and must not be
* misrepresented as being the original source.
* 3. This Copyright notice may not be removed or altered from any source or
* altered source distribution.
*
* 1. The origin of this source code must not be
* misrepresented.
*
* 2. Altered versions must be plainly marked as such
* and must not be misrepresented as being the
* original source.
*
* 3. This Copyright notice may not be removed or
* altered from any source or altered source
* distribution.
*
* The Contributing Authors and Group 42, Inc. specifically permit, without
* fee, and encourage the use of this source code as a component to
...
...
@@ -163,7 +169,6 @@
* appreciated.
*/
#ifndef _PNG_H
#define _PNG_H
...
...
@@ -1605,7 +1610,7 @@ png_get_header_version(png_structp png_ptr)
{
if
(
png_ptr
==
NULL
)
/* silence compiler warning about unused png_ptr */
;
return
(
"
\n
libpng version 1.0.4 - September 1
8
, 1999 (header)
\n
"
);
return
(
"
\n
libpng version 1.0.4 - September 1
9
, 1999 (header)
\n
"
);
}
#endif
...
...
pngasmrd.h
浏览文件 @
54a066a8
/* pngasmrd.h - assembler version of utilities to read a PNG file
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1999 Glenn Randers-Pehrson
*
...
...
pngconf.h
浏览文件 @
54a066a8
/* pngconf.h - machine configurable file for libpng
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngerror.c
浏览文件 @
54a066a8
/* pngerror.c - stub functions for i/o and memory allocation
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngget.c
浏览文件 @
54a066a8
/* pngget.c - retrieval of values from info struct
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngmem.c
浏览文件 @
54a066a8
/* pngmem.c - stub functions for memory allocation
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngpread.c
浏览文件 @
54a066a8
/* pngpread.c - read a png file in push mode
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngread.c
浏览文件 @
54a066a8
/* pngread.c - read a PNG file
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngrio.c
浏览文件 @
54a066a8
/* pngrio.c - functions for data input
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngrtran.c
浏览文件 @
54a066a8
/* pngrtran.c - transforms the data in a row for PNG readers
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngrutil.c
浏览文件 @
54a066a8
/* pngrutil.c - utilities to read a PNG file
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngset.c
浏览文件 @
54a066a8
/* pngset.c - storage of image information into info struct
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngtest.c
浏览文件 @
54a066a8
/* pngtest.c - a simple test program to test libpng
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngtrans.c
浏览文件 @
54a066a8
/* pngtrans.c - transforms the data in a row (used by both readers and writers)
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngvcrd.c
浏览文件 @
54a066a8
...
...
@@ -2,7 +2,7 @@
*
* For Intel CPU and Microsoft Visual C++ compiler
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998, Intel Corporation
* Copyright (c) 1998, 1999 Glenn Randers-Pehrson
...
...
pngwio.c
浏览文件 @
54a066a8
/* pngwio.c - functions for data output
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngwrite.c
浏览文件 @
54a066a8
/* pngwrite.c - general routines to write a PNG file
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngwtran.c
浏览文件 @
54a066a8
/* pngwtran.c - transforms the data in a row for PNG writers
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
pngwutil.c
浏览文件 @
54a066a8
/* pngwutil.c - utilities to write a PNG file
*
* libpng 1.0.4 - September 1
8
, 1999
* libpng 1.0.4 - September 1
9
, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录