プリコンパイルされたユーティリティ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
cwebp、dwebp、WebP ライブラリの入手
cwebp
は、JPEG、PNG、TIFF 形式の画像を WebP にエンコードし、dwebp
は PNG にデコードします。画像の変換をすばやく簡単に開始するには、ダウンロード リポジトリで次のアーカイブを使用できます。
これらのアーカイブには、cwebp
、dwebp
、gif2webp
などのユーティリティのスイート全体と、WebP ライブラリと C ヘッダーが含まれています(後者は、独自のプログラムに WebP エンコードまたはデコードを追加できます)。
注(Linux と macOS の場合):
バイナリは、リリースとディストリビューション間の互換性を確保するために静的にリンクされています。ただし、バイナリがプラットフォームで実行されない場合は、ユーティリティのコンパイル ページで独自のバージョンをビルドする方法を確認してください。
macOS パッケージ マネージャー
また、WebP ツールは、多くの場合、Homebrew と MacPorts を使用して macOS で利用できます。
次のステップ
画像の変換を開始する手順については、WebP の使用をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-20 UTC。
[[["わかりやすい","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"]],["最終更新日 2024-12-20 UTC。"],[[["The `cwebp` utility encodes JPEG, PNG, or TIFF images into WebP format, while `dwebp` decodes WebP images back to PNG."],["Pre-built, downloadable archives containing `cwebp`, `dwebp`, and other WebP utilities are available for Windows, Linux, and macOS platforms."],["The provided archives include the WebP libraries and C headers for integrating WebP functionality into custom applications."],["macOS users can install WebP tools using package managers like Homebrew and MacPorts."],["Detailed usage instructions for WebP tools are available on the \"Using WebP\" documentation page."]]],["`cwebp` encodes JPEG, PNG, or TIFF images to WebP, and `dwebp` decodes them to PNG. Pre-compiled 64-bit executables and libraries for Windows, Linux, and macOS are available for download. These archives include `cwebp`, `dwebp`, `gif2webp`, WebP libraries, and C headers. macOS users can also get the tools through Homebrew or MacPorts. If the provided binaries fail, users can build custom versions.\n"]]