WebPinfo
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
名称
webpinfo
- 输出 WebP 文件的块级结构以及
基本完整性检查
摘要
webpinfo OPTIONS INPUT
webpinfo [-h|-help|-H|-longhelp]
说明
webpinfo
可用于输出分块级结构和比特流
标头信息。它还可以检查文件是否有效
WebP 格式。
选项
-version
- 输出版本号(采用 main.minor.revision 格式)并退出。
-quiet
- 不显示分块解析信息。
-diag
- 显示解析错误诊断。
-summary
- 显示分块统计信息摘要。
-bitstream_info
- 解析比特流标头。
-h, -help
- 简短的使用情况摘要。
-H, -longhelp
- 详细的使用说明。
WebP 格式的输入文件。输入文件必须位于最后,接着提供以下选项(如果
任何)。可以有多个输入文件。
错误
示例
webpinfo -h
webpinfo -diag -summary input_file.webp
webpinfo -bitstream_info input_file_1.webp input_file_2.webp
webpinfo *.webp
作者
webpinfo
是 libwebp
的一部分,由 WebP 团队编写。最新
源代码树可在 https://chromium.googlesource.com/webm/libwebp 获取
本手册页面由 Hui Su huisu@google.com 针对 Debian 项目撰写
(可供他人使用)。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-08。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-08。"],[],["`webpinfo` analyzes WebP files, outputting their chunk structure and bitstream header data. It verifies file validity and offers options for version display, quiet mode (no chunk parsing details), error diagnosis, and chunk statistics. The tool accepts multiple WebP input files and provides usage instructions via `-h`, `-help`, `-H`, or `-longhelp`. Users can report bugs to the specified issue tracker. Patches are welcomed.\n"]]