Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Libpng
提交
948c6ee8
T
Third Party Libpng
项目概览
OpenHarmony
/
Third Party Libpng
大约 1 年 前同步成功
通知
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
948c6ee8
编写于
10月 31, 2009
作者:
G
Glenn Randers-Pehrson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[master] Removed a harmless extra png_set_invert_alpha()
from pngwrite.c
上级
b7a9d80f
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
7 addition
and
11 deletion
+7
-11
ANNOUNCE
ANNOUNCE
+3
-2
CHANGES
CHANGES
+3
-2
pngwrite.c
pngwrite.c
+1
-7
未找到文件。
ANNOUNCE
浏览文件 @
948c6ee8
Libpng 1.2.41beta09 - October 3
0
, 2009
Libpng 1.2.41beta09 - October 3
1
, 2009
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.
...
...
@@ -84,7 +84,8 @@ version 1.2.41beta08 [October 30, 2009]
Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
This avoids building 16-bit gamma tables unnecessarily.
version 1.2.41beta09 [October 30, 2009]
version 1.2.41beta09 [October 31, 2009]
Removed a harmless extra png_set_invert_alpha() from pngwrite.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
...
...
CHANGES
浏览文件 @
948c6ee8
...
...
@@ -2466,7 +2466,7 @@ version 1.2.40beta01 [August 20, 2009]
version 1.2.40rc01 [September 2, 2009]
Various bugfixes and improvements to CMakeLists.txt (Philip Lowman)
version 1.2.40 and 1.0.49 [October 3
0
, 2009]
version 1.2.40 and 1.0.49 [October 3
1
, 2009]
No changes.
version 1.0.50 [September 10, 2009]
...
...
@@ -2514,7 +2514,8 @@ version 1.2.41beta08 [October 30, 2009]
Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
This avoids building 16-bit gamma tables unnecessarily.
version 1.2.41beta09 [October 30, 2009]
version 1.2.41beta09 [October 31, 2009]
Removed a harmless extra png_set_invert_alpha() from pngwrite.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
...
...
pngwrite.c
浏览文件 @
948c6ee8
/* pngwrite.c - general routines to write a PNG file
*
* Last changed in libpng 1.2.41 [October 3
0
, 2009]
* Last changed in libpng 1.2.41 [October 3
1
, 2009]
* Copyright (c) 1998-2009 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.)
...
...
@@ -1565,12 +1565,6 @@ png_write_png(png_structp png_ptr, png_infop info_ptr,
png_set_packswap
(
png_ptr
);
#endif
#ifdef PNG_WRITE_INVERT_ALPHA_SUPPORTED
/* Invert the alpha channel from opacity to transparency */
if
(
transforms
&
PNG_TRANSFORM_INVERT_ALPHA
)
png_set_invert_alpha
(
png_ptr
);
#endif
#ifdef PNG_WRITE_INVERT_ALPHA_SUPPORTED
/* Invert the alpha channel from opacity to transparency */
if
(
transforms
&
PNG_TRANSFORM_INVERT_ALPHA
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录