ホーム記事 ツール会社情報 サポート購読

AVIF から WebP コンバータ

AVIF 画像を WebP に変換し、ブラウザ互換性を最大化します。WebP は Safari を含む 97% のブラウザでサポートされています。無料・即時・Chrome または Firefox で動作します。

AVIF を WebP に変換する理由は?

AVIF は圧縮率が優れていますが、WebP に比べてブラウザ対応がやや低いです。特に古い macOS の Safari ユーザーや AVIF に対応していない画像最適化ツールを使用している場合、WebP に変換することで、ファイルサイズの増加は僅かで、広範な互換性を確保できます。

WebP と AVIF の互換性比較

  • WebP: Chrome 23 以降、Firefox 65 以降、Safari 14 以降、Edge 18 以降、Opera 12 以降 - 世界的に約 97% のサポート
  • AVIF: Chrome 85 以降、Firefox 93 以降、Safari 16 以降、Edge 121 以降 - 世界的に約 93% のサポート

この 4% の差は主に macOS Monterey 以前の Safari ユーザーと古いモバイルブラウザの利用者です。JPEG の代替が不要であれば、WebP が安全な単一フォーマットとなります。

ファイルサイズのトレードオフ

同等の画質で比較すると、WebP は AVIF より約 15〜25% 大きくなります。AVIF から WebP への変換でこの程度のサイズ増加が生じますが、互換性を優先する場合は許容範囲です。

よくある質問

Use WebP when you need a single format that works in all modern browsers without any fallback. WebP has 97% global support vs AVIF's 93%. The gap primarily affects Safari users on macOS Monterey and earlier. If your analytics show significant Safari traffic, WebP is the safer single-format choice.
Typically 15–25% larger at equivalent visual quality. A 200 KB AVIF at quality 80 might become a 240–260 KB WebP at quality 82. This is a reasonable trade-off for gaining compatibility with an additional 4% of browsers.
Yes - AVIF decoding requires Chrome 85+ or Firefox 93+ or Safari 16+. On older browsers, the AVIF file may not load for conversion. Update your browser to the latest version if you encounter issues.
Yes - this is the recommended approach. Use the HTML <picture> element to serve AVIF to Chrome/Firefox/Safari 16+ and WebP as a fallback for older Safari and other browsers: <picture><source srcset="img.avif" type="image/avif"><source srcset="img.webp" type="image/webp"><img src="img.jpg"></picture>.