PNG を JPEG XL に変換
下のエリアに PNG ファイルをドロップすると JPEG XL ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: PNG
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ PNG を JPEG XL に変換するのか
同じ写真であれば、JPEG XL は元の PNG よりもかなり小さく収まるのが普通です。ページの読み込み容量を削りたいとき、アップロード上限に収めたいときに効いてきます。
PNG has been the default lossless format for thirty years and it is showing its age — its compression was designed in an era of much smaller images and much slower machines. JPEG XL's lossless mode is the direct modern replacement, and on the same picture it typically produces a substantially smaller file with every pixel preserved exactly.
Before you convert
Lossless here means genuinely lossless
Unlike most conversions on this site, there is no quality slider and no judgement call. Every pixel and the full alpha channel arrive exactly as they left. The only thing that changes is how many bytes it takes to write them down. If the result ever needs to go back to PNG, it can, with nothing lost along the way.
The gain depends heavily on the content
On photographic material — where PNG has always been weakest — the saving is large. On flat-colour icons, screenshots and line art, PNG is already close to as good as lossless gets on that kind of data, and the margin narrows considerably. Do not expect one headline number to hold across a mixed library.
Storage yes, delivery not yet
As of August 2026 only Safari opens JXL without the user enabling anything; Chrome 145 has the decoder behind a flag with default-on expected later in the year, and Firefox is in the same holding pattern. That puts out-of-the-box coverage near 14 percent. As an archive format this is already a good trade. As the image you put in a page, it is premature — keep serving PNG or WebP for now.
What carries over
- Every pixel, exactly
- The full alpha channel
- The ability to go back to PNG unchanged
What does not
- A useful share of the file size
- Broad browser support, for now
PNG と JPEG XL の比較
| 項目 | PNG | JPEG XL |
|---|---|---|
| 圧縮方式 | 可逆 | 非可逆 |
| 透過 | 対応 | 対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 300-500% | 同等の JPEG のおよそ 45-60% |
| 互換性 | 数十年前のソフトも含め、どこでも開けます | Safari と比較的新しい Chrome が対応。それ以外ではまだ稀 |
| 主な入手元 | スクリーンショット、ロゴ、図版 | 長期保存や写真編集のワークフロー |
よくある質問
PNG ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
JPEG XL に変換すると画質は落ちますか?
JPEG XL は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
PNG がスクリーンショットなのですが、注意点はありますか?
スクリーンショットは平坦な色面と輪郭の鋭い文字が大半を占めており、これは非可逆形式が最も苦手とする内容です。変換先が非可逆形式だと、文字の輪郭に薄いにじみが出ることがあります。品質を高めに設定するか、文字の鮮明さが重要なら PNG のまま使ってください。
JPEG XL はもう使える段階ですか?
部分的には使えます。Safari は以前から対応しており、Chrome も 2026 年初頭に正式対応しましたが、全体の対応率は依然として 15% 前後です。汎用性より圧縮品質が重視される保存・アーカイブ用途には向いていますが、今日公開ウェブサイトに載せる画像には向きません。