ホーム記事 ツール概要 サポート購読

Compress WebP

WebP 画像をさらに低品質設定で再圧縮し、ファイルサイズを小さくします。WebP が必要だが既存ファイルが大きすぎる場合に最適です。無料、アップロード不要、即時処理。

WebP をさらに圧縮すべきタイミング

WebP はもともと効率的なフォーマットですが、品質設定が高すぎてエンコードされた既存ファイルは、視覚的な劣化がほとんどなくさらに圧縮できます。典型的なケースは、CMS にアップロードされた画像が最適化されていない、Figma や Sketch から品質 100 で書き出された画像、あるいは別の開発者のワークフローから受け継いだ WebP ファイルなどです。

WebP はどれくらい小さくできるか?

品質 95 でエンコードされた WebP{nbsp}は品質 75 に下げると、約 50% のサイズ削減が可能で、通常のウェブ閲覧サイズではほとんど目立たない品質低下です。正確な削減率は元の品質設定と画像内容に依存します。ビフォー/アフターのプレビューでリアルタイムに視覚的・サイズの違いを確認できます。

代替案: 最大圧縮のために AVIF へ変換

最大圧縮が必要で、閲覧者が最新ブラウザ(Chrome/Firefox/Safari 16+)を使用している場合は、WebP を AVIF に変換すると WebP から AVIF へのコンバータ → 最適化された WebP よりも 15〜25% 小さいファイルが生成されます。

よくある質問

At quality 70–80 (this tool’s default), re-compression reduces file size by 30–50% with minimal visible quality loss at typical web viewing sizes. At quality 60 and below, compression artifacts become visible, especially in complex image areas. Use the before/after preview to judge the quality trade-off.
Not through quality reduction - WebP’s lossless mode stores exact pixel data and can’t be further compressed without switching to lossy mode. Tools like cwebp with the -lossless flag and -z 9 (maximum effort) can optimize lossless WebP encoding, but this requires a command-line tool rather than a browser-based converter.
AVIF achieves 15–25% better compression than WebP at equivalent quality. If your target browsers support AVIF (Chrome 85+, Firefox 93+, Safari 16+ - approximately 93% of users), use AVIF. For maximum compatibility including Safari on older macOS, WebP is the safe choice.
Yes - for social media, WebP at quality 70–75 typically produces files under 500 KB which social platforms accept. Note that most platforms (Twitter, Instagram, Facebook) re-compress uploaded images anyway, so very high quality WebP files offer little advantage over moderate-quality ones after the platform’s own compression.