webpinfo
名前
webpinfo
- WebP ファイルのチャンクレベルの構造を、
基本的な完全性チェック
概要
webpinfo OPTIONS INPUT
webpinfo [-h|-help|-H|-longhelp]
説明
webpinfo
を使用して、チャンクレベル構造とビットストリームを出力できます。
ヘッダー情報を記録します。ファイルが有効か確認することもできます
WebP 形式。
オプション
-version
- バージョン番号を出力して(major.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 で入手できます。
このマニュアル ページは、Debian プロジェクト用に Hui Su huisu@google.com によって執筆されました。
(他者によって使用される場合もあります)。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-13 UTC。
[null,null,["最終更新日 2024-10-13 UTC。"],[[["`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"]]