JPEG XL を AVIF に変換
下のエリアに JPEG XL ファイルをドロップすると AVIF ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: JPEG XL
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ JPEG XL を AVIF に変換するのか
多くのウェブサイト、コンテンツ管理システム、そして古いデスクトップソフトは JPEG XL ファイルをそのまま拒否します。AVIF はほぼどこでも受け付けられるため、この変換の需要の大半はこの一点で説明がつきます。
どちらも非可逆形式です。再エンコードのたびに少しずつディテールが失われるため、何度も変換を経たコピーではなく、元のファイルから変換するのが得策です。
Both of these are current-generation formats with comparable ambitions, and on pure compression they are close enough that the choice rarely comes down to efficiency. What separates them today is deployment: AVIF is in every major browser by default, and JPEG XL is not. That single fact is usually the whole reason for this conversion.
Before you convert
Deployment, not quality, is what you are buying
AVIF got into browsers because AV1 was built royalty-free by an industry alliance that included the browser vendors themselves. JPEG XL had no such backing and has spent years waiting — Chrome only shipped a decoder in early 2026 and still keeps it behind a flag. The formats are technically peers; their fortunes differ for reasons that have nothing to do with image quality.
This is still a re-encode
Despite both being modern, there is no shortcut between them: the image is decoded and encoded again. If the source was lossy JXL, this is a second lossy pass and some detail goes. If the source was a lossless JPEG repack, converting to lossy AVIF discards both the losslessness and the ability to reconstruct that original JPEG — worth pausing on if the file came out of an archive.
Most features survive the trip
Unlike a step down to JPEG, this conversion keeps nearly everything: transparency, high bit depth and HDR are all supported on both sides. What you lose is encoding speed — AV1 searches hard and takes noticeably longer than JXL — and, if the source animated, everything after the first frame, since this is a still image converter.
What carries over
- Transparency
- High bit depth and HDR
- Default support in every major browser
What does not
- Encoding speed
- A little detail, if the source was lossy
- Reversibility, if the JXL repacked a JPEG
JPEG XL と AVIF の比較
| 項目 | JPEG XL | AVIF |
|---|---|---|
| 圧縮方式 | 非可逆 | 非可逆 |
| 透過 | 対応 | 対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 45-60% | 同等の JPEG のおよそ 40-55% |
| 互換性 | Safari と比較的新しい Chrome が対応。それ以外ではまだ稀 | 現行の全ブラウザが対応。一部の古いデスクトップアプリは未対応 |
| 主な入手元 | 長期保存や写真編集のワークフロー | ページ容量を最適化しているウェブサイト |
よくある質問
JPEG XL ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
AVIF に変換すると画質は落ちますか?
AVIF は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
JPEG XL ファイルは何が作るのですか?
主にアーカイブ用途のワークフローと、早期に対応した写真編集ソフトです。カメラやスマートフォンから渡されるものではありません。手元にあるとすれば、保存品質を重視して誰かが意図的に選んだ可能性が高いでしょう。
AVIF は実際どこで使えますか?
主要ブラウザはすべて AVIF をネイティブにデコードするため、ウェブ上での利用は問題ありません。デスクトップアプリの対応はより遅れており、多くの画像ビューアや編集ソフトはまだ開けません。またエンコード速度がここにある他の形式より明らかに遅く、大きな画像では数秒かかります。