Initializing... drag & drop files here
Supports: APNG, PNG
An APNG (Animated PNG) packs several frames into one file, but a JPG can only hold a single still image. This converter takes one frame from your animation — by default the first frame, which APNG stores as a standard PNG image — and writes it out as a flat JPG. Because JPG is lossy and has no transparency channel, any transparent areas in the APNG are flattened onto a solid background (white by default). If you need a lossless still that keeps transparency, convert to PNG instead.
| Property | Value |
|---|---|
| Standard | PNG Specification, Third Edition (W3C, June 2025) — APNG was an unofficial Mozilla extension from 2008 until then |
| Frames | Multiple; the first frame is stored as a normal PNG datastream so non-APNG decoders show it as a static image |
| Color | Up to 24-bit color with a full 8-bit alpha channel (smooth semi-transparent edges) |
| Compression | Lossless (DEFLATE), like PNG |
| Native browser support | Chrome, Firefox, Edge, Safari, and Opera all play APNG; non-supporting viewers fall back to the first frame |
| Best for | Short looping animations, stickers, and UI motion that need crisp edges and transparency |
| Property | Value |
|---|---|
| Standard | JPEG (ISO/IEC 10918-1, 1992) |
| Frames | Single still image only — no animation |
| Color | 24-bit color, no alpha; transparency is not supported |
| Compression | Lossy (DCT) — file size is small but fine detail and hard edges can soften |
| Native support | Universal — every browser, OS, image viewer, and document tool opens JPG |
| Best for | Photographs, screenshots, and share-ready stills where small size beats perfect fidelity |
.apng file onto the page or click "Add Files" to browse. Files upload over an encrypted connection.By default the first frame is used. APNG stores its default (static) image as a standard PNG datastream at the front of the file — it is what any non-animation-aware viewer already shows — so taking it gives you the most representative single still without guessing at a midpoint frame.
JPG has no alpha channel, so transparent and semi-transparent pixels can't be carried over. They are composited onto a solid background — white by default — before the JPG is written. If your APNG has a transparent background, expect a white (or chosen color) backdrop in the JPG. To keep transparency, convert to PNG instead.
Some, yes. APNG is lossless; JPG uses lossy DCT compression, so the moment you re-encode, fine detail and sharp edges (text, line art, flat color regions) soften slightly. In our testing, a 600x600 APNG frame at the Very High preset produced a JPG that was visually hard to distinguish from the source at normal viewing size while cutting the file to a fraction of the original. Drop the quality preset only if you need a smaller file.
Choose JPG when you want the smallest file for a photo-like still and don't need transparency — for example, a thumbnail or a social share. Choose PNG when the image has transparency, hard edges, or text, or when you need a lossless copy of the frame. PNG keeps the alpha channel; JPG flattens it.
No. JPG is a single-image format with no concept of frames or timing, so the motion is discarded and only one still remains. If you want to keep the movement in a widely supported format, convert the APNG to a video or GIF rather than a JPG.
It is a genuine re-encoded JPEG (ISO/IEC 10918-1), not a renamed file. The selected APNG frame is decoded, flattened onto the background, and re-compressed with JPEG's DCT pipeline, which is why the result is smaller but lossy compared with the original APNG.
No. Files are uploaded over an encrypted (TLS) connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and your files are never shared or made public.