PNG を AVIF に変換
下のエリアに PNG ファイルをドロップすると AVIF ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: PNG
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ PNG を AVIF に変換するのか
同じ写真であれば、AVIF は元の PNG よりもかなり小さく収まるのが普通です。ページの読み込み容量を削りたいとき、アップロード上限に収めたいときに効いてきます。
If you are optimising a page and PNG is what you have, AVIF is the furthest you can currently go. It keeps transparency, and on photographic content it will beat both PNG and WebP by a wide margin. The one thing to think about first is what kind of picture you are actually converting, because AVIF's advantage is much larger on some content than others.
Before you convert
Photographs gain enormously; icons and line art gain much less
AVIF's compression comes from techniques designed for photographic detail, and on a photograph the saving against PNG is dramatic — often 80 percent or more. On a flat-colour logo or a UI icon, PNG was already efficient at exactly that kind of content, and the gap narrows sharply. Lossy AVIF on a crisp icon can also soften edges in a way that is immediately visible at small sizes. For that material, lossless WebP is frequently the better answer.
Lossless AVIF exists but rarely earns its place
AVIF has a lossless mode, and against PNG it does win. But it is slow to encode and its margin over lossless WebP is small, so it is seldom the pragmatic pick. The reason to reach for AVIF is its lossy mode — that is where the format is genuinely ahead of everything else in production use.
The PNG stays your master
A lossy AVIF is an output, not an archive. Keep the PNG: formats will keep moving, and whatever comes after AVIF will be encoded best from a lossless original rather than from a lossy intermediate. This is the same discipline as keeping raw files in photography, for the same reason.
What carries over
- Transparency
- Pixel dimensions
- A large share of the file size, on photos
What does not
- Losslessness, in the mode worth using
- Edge crispness on icons and line art
- Fast encoding
PNG と AVIF の比較
| 項目 | PNG | AVIF |
|---|---|---|
| 圧縮方式 | 可逆 | 非可逆 |
| 透過 | 対応 | 対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 300-500% | 同等の JPEG のおよそ 40-55% |
| 互換性 | 数十年前のソフトも含め、どこでも開けます | 現行の全ブラウザが対応。一部の古いデスクトップアプリは未対応 |
| 主な入手元 | スクリーンショット、ロゴ、図版 | ページ容量を最適化しているウェブサイト |
よくある質問
PNG ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
AVIF に変換すると画質は落ちますか?
AVIF は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
PNG がスクリーンショットなのですが、注意点はありますか?
スクリーンショットは平坦な色面と輪郭の鋭い文字が大半を占めており、これは非可逆形式が最も苦手とする内容です。変換先が非可逆形式だと、文字の輪郭に薄いにじみが出ることがあります。品質を高めに設定するか、文字の鮮明さが重要なら PNG のまま使ってください。
AVIF は実際どこで使えますか?
主要ブラウザはすべて AVIF をネイティブにデコードするため、ウェブ上での利用は問題ありません。デスクトップアプリの対応はより遅れており、多くの画像ビューアや編集ソフトはまだ開けません。またエンコード速度がここにある他の形式より明らかに遅く、大きな画像では数秒かかります。