GIF を JPEG に変換
下のエリアに GIF ファイルをドロップすると JPEG ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: GIF
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ GIF を JPEG に変換するのか
同じ写真であれば、JPEG は元の GIF よりもかなり小さく収まるのが普通です。ページの読み込み容量を削りたいとき、アップロード上限に収めたいときに効いてきます。
GIF は透明情報を保持できますが、JPEG はできません。変換時に透明なピクセルは白と合成されるため、背景が透けているロゴは白い四角の上に乗った状態になります。
Before doing this, it is worth checking what the GIF actually contains, because JPEG is the least suitable destination for most GIF content. GIFs are overwhelmingly graphics — logos, reaction images, screen recordings, diagrams — and graphics are exactly what JPEG handles worst. There are good reasons to do it anyway, but going in with open eyes will save you a disappointing result.
Before you convert
Flat colour and hard edges are JPEG's weak spot
JPEG compresses by discarding high-frequency detail, which is fine on a photograph and destructive on a logo. Around every crisp boundary it leaves faint halos — ringing — and across large areas of a single colour it introduces a subtle mottling that was not there. A GIF is very often precisely this kind of image. PNG or WebP will look cleaner and frequently produce a smaller file too, which makes JPEG hard to justify unless something downstream demands it.
Transparency becomes white, with hard edges
GIF transparency is binary — each pixel is either fully there or fully gone. JPEG has no transparency at all, so those pixels get filled with white here. Because the source edge was already a hard on/off boundary, the result has visibly stair-stepped edges rather than a smooth transition. A logo converted this way tends to look like it was cut out with scissors.
Only the first frame comes across
If the GIF animates, JPEG takes its opening frame and discards the rest. That frame is frequently not representative — plenty of animations start on an empty or near-empty state before anything happens. If you want the motion, you are looking for a video conversion, not a still image one.
What carries over
- Pixel dimensions
- Universal compatibility
What does not
- Transparency — filled with white
- Animation beyond the first frame
- Edge crispness, to ringing artefacts
GIF と JPEG の比較
| 項目 | GIF | JPEG |
|---|---|---|
| 圧縮方式 | 可逆 | 非可逆 |
| 透過 | 対応 | 非対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 200-400% | 同等の JPEG のおよそ 100% |
| 互換性 | 数十年前のソフトも含め、どこでも開けます | 数十年前のソフトも含め、どこでも開けます |
| 主な入手元 | ページ容量を最適化しているウェブサイト | デジタルカメラや写真共有 |
よくある質問
GIF ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
JPEG に変換すると画質は落ちますか?
JPEG は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
アニメーション GIF はどうなりますか?
最初の 1 コマだけが変換されます。JPEG は静止画の形式なので、残りのコマを収める場所がありません。アニメーションを保ちたい場合は、静止画変換ではなく動画への変換が必要です。
品質はいくつに設定すべきですか?
写真であれば 75〜85 の範囲が、通常の表示サイズで元画像との違いをほとんど判別できないゾーンです。60 を下回るあたりから、輪郭の周囲にブロック状のノイズが見え始めます。90 を超えるとファイルは急速に大きくなる一方、見た目の向上はごくわずかです。