Convert Lottie to PNG
Export a still PNG frame from a Lottie animation — a poster, thumbnail, or Open Graph image.
How it works
- 1Upload a Lottie file (.json, .lottie, or .tgs), or try the example
- 2Adjust frame rate, quality, resolution and transparency
- 3Export to any format — or optimize and repackage as dotLottie
Nothing is uploaded. SVG output uses SMIL and needs no JavaScript; APNG and WebM keep the full color and transparency GIF can't.
About converting Lottie to PNG
Sometimes you need a single, crisp still rather than an animation: a thumbnail, a social preview, a placeholder that loads before the animation, or an Open Graph image. This exports the animation's frame as a PNG with optional transparency, at up to 4× resolution.
PNG keeps full color and a real alpha channel, so transparent posters have clean edges. If you want a smaller still, try WebP; if you need the whole animation, pick GIF, APNG, WebM, or MP4.
Which format should I use?
| Format | Type | Transparency | Color | Best for |
|---|---|---|---|---|
| GIF | Animated image | 1-bit (hard edges) | 256 colors | Email, chat, universal support |
| APNG | Animated image | 8-bit (smooth) | Full 24-bit | Icons, logos, quality over size |
| WebM | Video | Yes (VP9 alpha) | Full | Small web video, transparent overlays |
| MP4 | Video | None | Full | Social, ads, video editors |
| SVG | Vector (SMIL) | Yes | Full | Runtime-free embeds |
| PNG / WebP | Still image | Yes | Full | Posters, thumbnails, placeholders |
Frequently asked questions
Can I export a transparent PNG?+
Yes — enable “Transparent background” and the PNG keeps a full 8-bit alpha channel.
Which frame is exported?+
The poster (first) frame at your chosen resolution — ideal for thumbnails and placeholders.
Is it free?+
Yes, and everything runs entirely in your browser — your file is never uploaded to a server.