JPEG XL を JPEG に変換
下のエリアに JPEG XL ファイルをドロップすると JPEG ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: JPEG XL
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ JPEG XL を JPEG に変換するのか
多くのウェブサイト、コンテンツ管理システム、そして古いデスクトップソフトは JPEG XL ファイルをそのまま拒否します。JPEG はほぼどこでも受け付けられるため、この変換の需要の大半はこの一点で説明がつきます。
できあがる JPEG ファイルは、元の JPEG XL より大きくなります。JPEG の幅広い互換性と扱いやすさを得るための代償です。
JPEG XL は透明情報を保持できますが、JPEG はできません。変換時に透明なピクセルは白と合成されるため、背景が透けているロゴは白い四角の上に乗った状態になります。
どちらも非可逆形式です。再エンコードのたびに少しずつディテールが失われるため、何度も変換を経たコピーではなく、元のファイルから変換するのが得策です。
You have a .jxl and you need something that opens everywhere. JPEG is the safest destination there is. What that costs you depends entirely on where the JXL came from — and in one specific case, it costs nothing at all.
Before you convert
If the JXL was made from a JPEG, the original is still in there
JXL's lossless JPEG repacking is reversible by design: a JXL created that way can be turned back into the exact original JPEG, byte for byte. Nothing is re-encoded and nothing is lost, because the JPEG data was never altered, only stored more efficiently. If your file came out of an archive-shrinking workflow, this conversion is simply unpacking it.
If it was authored as JXL, this is a normal lossy conversion
A JXL encoded from a camera file or an editor is not carrying a JPEG inside it, so the conversion re-encodes the picture and the usual rules apply: expect a larger file, because JPEG is far less efficient, and expect some detail to go. Quality around 85 to 90 is the sensible range; pushing to 100 inflates the file without a visible return.
Depth, transparency and animation all stop here
JXL supports high bit depth, wide colour, an alpha channel and animation. Baseline JPEG supports none of those. HDR material comes out flattened to standard range, transparency gets filled with white, and anything moving arrives as a single frame. If any of those matter, PNG or WebP will carry more of the file across.
What carries over
- Universal compatibility
- The exact original, if the JXL repacked a JPEG
What does not
- High bit depth and HDR
- Transparency and animation
- Compression efficiency
JPEG XL と JPEG の比較
| 項目 | JPEG XL | JPEG |
|---|---|---|
| 圧縮方式 | 非可逆 | 非可逆 |
| 透過 | 対応 | 非対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 45-60% | 同等の JPEG のおよそ 100% |
| 互換性 | Safari と比較的新しい Chrome が対応。それ以外ではまだ稀 | 数十年前のソフトも含め、どこでも開けます |
| 主な入手元 | 長期保存や写真編集のワークフロー | デジタルカメラや写真共有 |
よくある質問
JPEG XL ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
JPEG に変換すると画質は落ちますか?
JPEG は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
JPEG XL ファイルは何が作るのですか?
主にアーカイブ用途のワークフローと、早期に対応した写真編集ソフトです。カメラやスマートフォンから渡されるものではありません。手元にあるとすれば、保存品質を重視して誰かが意図的に選んだ可能性が高いでしょう。
品質はいくつに設定すべきですか?
写真であれば 75〜85 の範囲が、通常の表示サイズで元画像との違いをほとんど判別できないゾーンです。60 を下回るあたりから、輪郭の周囲にブロック状のノイズが見え始めます。90 を超えるとファイルは急速に大きくなる一方、見た目の向上はごくわずかです。