Convert Lottie to WebP (still image)
Export a still WebP image from a Lottie animation — a compact, high-quality poster or thumbnail.
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 WebP
WebP produces smaller image files than PNG at comparable quality, which makes it a great choice for a poster frame or thumbnail you'll ship on the web. This exports a single frame as a WebP image, with optional transparency and up to 4× resolution.
If you need the full animation rather than a still, use GIF, APNG, WebM, or MP4. For a lossless still with the widest support, PNG is the safe alternative.
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
Is this an animated WebP?+
No — it exports a single still WebP frame (a poster). For animation, use APNG or WebM.
Does WebP support transparency?+
Yes — enable “Transparent background” to keep the alpha channel.
Why WebP over PNG?+
WebP files are typically smaller at similar quality, which is better for web delivery.