Webpinfo
名稱
webpinfo
:列印 WebP 檔案的區塊層級結構
整合測試
Synopsis
webpinfo OPTIONS INPUT
webpinfo [-h|-help|-H|-longhelp]
說明
webpinfo
可用來輸出區塊層級結構和位元流
WebP 檔案標頭資訊。它也可以檢查檔案是否有效
WebP 格式。
選項
-version
- 顯示版本號碼 (以 primary.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 專案專用頁面
(且可能供他人使用)。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-13 (世界標準時間)。
[null,null,["上次更新時間:2024-10-13 (世界標準時間)。"],[[["`webpinfo` is a command-line tool used to analyze WebP image files, displaying their structure, headers, and validating their format."],["It provides options for controlling output, including version information, error diagnosis, chunk statistics, and bitstream header parsing."],["Users can input multiple WebP files for analysis and can find further support and contribution information through the provided links."],["The tool is part of the `libwebp` library developed by the WebP team, with source code available on Google's Chromium repository."]]],["`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"]]