Initializing... drag & drop files here
Supports: APNG, PNG
An APNG (Animated PNG) holds a whole sequence of frames; a plain PNG holds exactly one. This tool grabs a single still frame from your animated APNG and saves it as a standard, fully static PNG — handy for a thumbnail, a poster frame, or any app that chokes on the animated version. Because PNG is lossless and keeps full alpha transparency just like APNG, the frame you pull out is pixel-perfect: no quality loss, no flattened edges.
.apng file onto the page or click "Add Files." You can queue several at once.| Property | APNG (input) | PNG (output) |
|---|---|---|
| Animation | Multiple frames + timing | Single static frame |
| Compression | Lossless | Lossless |
| Transparency | Full alpha channel | Full alpha channel (preserved) |
| Bit depth | Up to 16-bit per channel | Up to 16-bit per channel |
| First frame | Stored as a normal PNG stream | This is what you extract |
| Universal support | ~95% of browsers; rest show frame 1 | Every browser and image app since the 1990s |
| Typical use | Web micro-animations, stickers | Thumbnails, icons, print, editing |
Because the APNG specification stores the first frame as a regular PNG stream, extracting it is a clean lift rather than a re-encode — the pixels are identical to what a non-APNG viewer already displays.
No. Both formats use lossless compression, so the extracted frame is a bit-for-bit copy of that frame's pixels. The only thing you "lose" is the rest of the animation, since a PNG can only hold one image.
By default it takes the first frame. That is the same frame a browser or app without APNG support would fall back to, because the APNG spec stores frame one as a standard PNG stream. If you need a different moment, capture that frame in your editor first, or use the animated source in our APNG maker to rebuild it.
Yes. APNG and PNG share the same full alpha channel, so any soft edges, drop shadows, or see-through areas in your animation carry over to the static PNG exactly. In our testing, a logo APNG on a transparent background produced a PNG with identical edge antialiasing and no white halo.
Common reasons: you need a single still for a thumbnail or social preview, a CMS or printer that rejects animated files, or you just want the poster image without the motion. A static PNG is also universally supported, while APNG itself is around 95% supported and silently shows only frame one in the rest.
This tool outputs a single still PNG. To split an animation into all its individual frames you would use a frame-extraction (disassembler) workflow. For the reverse direction — building an animated APNG from a set of stills — use our PNG to APNG converter. If your source is a GIF instead, GIF to PNG follows the same still-frame logic.