Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Libpng
提交
494e75ac
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,发现更多精彩内容 >>
提交
494e75ac
编写于
2月 26, 2015
作者:
G
Glenn Randers-Pehrson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[libpng16] Fixed some typos in the pngfix usage message.
上级
3f49c1e4
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
6 deletion
+6
-6
contrib/tools/pngfix.c
contrib/tools/pngfix.c
+6
-6
未找到文件。
contrib/tools/pngfix.c
浏览文件 @
494e75ac
...
...
@@ -3702,21 +3702,21 @@ usage(const char *prog)
" gAMA, sRGB [all]: These specify the gamma encoding used for the pixel"
,
" values."
,
" cHRM, iCCP [color]: These specify how colors are encoded. iCCP also"
,
" specifies the exact encoding of a pixel value
however in practice
"
,
" most programs will ignore it."
,
" specifies the exact encoding of a pixel value
; however, in
"
,
"
practice
most programs will ignore it."
,
" bKGD [transform]: This is used by libpng transforms."
" --max=<number>:"
,
" Use IDAT chunks sized <number>. If no number is given the the IDAT"
,
" chunks will be the maximum size permitted; 2^31-1 bytes. If the option"
,
" is omitted the original chunk sizes will not be changed. When the"
,
" option is given --strip=unsafe is set automatically
, t
his may be"
,
" option is given --strip=unsafe is set automatically
. T
his may be"
,
" cancelled if you know that all unknown unsafe-to-copy chunks really are"
,
" safe to copy across an IDAT size change. This is true of all chunks"
,
" that have ever been formally proposed as PNG extensions."
,
" MESSAGES"
,
" By default the program only outputs summaries for each file."
,
" --quiet (-q):"
,
" Do not output the summaries except for files
which
cannot be read. With"
,
" Do not output the summaries except for files
that
cannot be read. With"
,
" two --quiets these are not output either."
,
" --errors (-e):"
,
" Output errors from libpng and the program (except too-far-back)."
,
...
...
@@ -3749,7 +3749,7 @@ usage(const char *prog)
" the following codes. Notice that the results for each file are combined"
,
" together - check one file at a time to get a meaningful error code!"
,
" 0x01: The zlib too-far-back error existed in at least one chunk."
,
" 0x02: At least on
c
e chunk had a CRC error."
,
" 0x02: At least one chunk had a CRC error."
,
" 0x04: A chunk length was incorrect."
,
" 0x08: The file was truncated."
,
" Errors less than 16 are potentially recoverable, for a single file if the"
,
...
...
@@ -3817,7 +3817,7 @@ usage(const char *prog)
" SKP: The chunk was skipped because of a zlib issue (zlib-rc) with"
,
" explanation 'message'"
,
" ERR: The read of the file was aborted. The parameters explain why."
,
"$3 status: For 'ERR' the accumulate status code from 'EXIT CODES' above."
,
"$3 status: For 'ERR' the accumulate
d
status code from 'EXIT CODES' above."
,
" This is printed as a 2 digit hexadecimal value"
,
" comp-level: The recorded compression level (FLEVEL) of a zlib stream"
,
" expressed as a string {supfast,stdfast,default,maximum}"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录