メインコンテンツへスキップ
Z

What is WebP?

WebP is a modern image format developed by Google that supports both lossy and lossless compression plus transparency and animation. It produces files roughly 25-35% smaller than equivalent JPEG or PNG at similar quality, making it well suited to faster-loading web pages.

WebP combines the strengths of JPEG (small lossy photos), PNG (lossless graphics with transparency) and GIF (animation) in one format, with better compression. It is supported by all modern browsers.

Use WebP to cut image weight and speed up pages, optionally serving a JPEG/PNG fallback for very old clients.

WebP tools

よくある質問

なぜPNGの透明部分がJPGでは白色になるのですか?

JPGは透明度をサポートしていません。ツールは選択した背景色(デフォルトは白)の上に画像を合成します。用途に応じて別の背景色を選ぶこともできます。

どの画質レベルを選べばよいですか?

ウェブ用途では75〜85%が肉眼ではほぼ違いが分からず、ファイルサイズも大幅に小さくなります。印刷や保存用途には92〜95%がおすすめです。70%未満になると圧縮によるノイズ(アーティファクト)が目立ちやすくなります。

もともとJPGから作られたPNGを再変換すると画質が劣化しますか?

はい — JPGは非可逆圧縮(lossy)形式のため、再エンコードするたびに少しずつ画質が劣化します。可能な限り、JPGへの変換を何度も繰り返すのは避けましょう。