Initializing... drag & drop files here
Supports: WEBP
Animated WebP is small, but plenty of editors, chat apps, and older viewers still refuse to open it. Converting to APNG (Animated PNG) trades a little file size for near-universal compatibility: APNG is lossless, carries full 8-bit alpha transparency, and the first frame degrades gracefully to a plain PNG anywhere the animation isn't supported. This tool keeps every frame and the original timing, then hands you a clean .png/.apng that opens almost everywhere.
.webp onto the page, or click "Upload" to add it from your computer, Google Drive, or Dropbox.| Property | Animated WebP | APNG | GIF |
|---|---|---|---|
| Compression | Lossy or lossless | Lossless (DEFLATE) | Lossless, 256-color |
| Transparency | Full 8-bit alpha | Full 8-bit alpha | 1-bit (on/off) |
| Color depth | Up to 24-bit + alpha | Up to 24-bit + alpha | 256 colors max |
| Typical file size | Smallest | ~2-3x larger than lossy WebP | Largest for full color |
| Browser support | Chrome, Firefox, Edge, Safari 14.1+ | Chrome 59+, Firefox 3+, Safari 8+, Edge 79+, Opera 46+ | Every browser, every era |
| Fallback when unsupported | None (broken image) | Shows first frame as PNG | N/A — always works |
| Best for | Web pages prioritizing size | Editors, chat apps, lossless quality | Maximum legacy reach |
Compatibility. Animated WebP only plays in Chrome, Firefox, Edge, and Safari 14.1 or newer, and many image editors, messaging apps, and social platforms still reject it outright. APNG works in every major browser back to Safari 8 and Firefox 3, and image tools that understand PNG generally handle it too. You give up some file size to get a file that opens almost anywhere.
If your source is a lossless WebP, no — APNG is also lossless, so the pixels come through exactly. If your WebP was saved with lossy compression, APNG can't recover detail that was already discarded, but it won't add new artifacts on top. The APNG will usually be larger than the WebP, because lossless DEFLATE compression can't match WebP's lossy encoding.
Yes. Both animated WebP and APNG support full 8-bit alpha, so soft, anti-aliased edges survive the conversion intact — unlike GIF, which only has on/off transparency and produces jagged outlines. Every frame and its timing are preserved, and you can adjust the playback framerate during conversion if you want.
In our testing, a 480p, 3-second animated WebP at default settings produced an APNG roughly 2 to 3 times larger than the original, since lossless PNG compression can't match WebP's lossy encoding. To keep the output smaller, lower the framerate, apply Color Reduction with Dither, or pick a smaller resolution preset. The practical constraint on your side is upload size and time, not your device — large files simply take longer to send over the connection.
Yes. Use APNG to WebP to go back to the smaller animated WebP, or WebP to GIF if you need the maximum legacy reach of GIF instead. Keep in mind GIF caps out at 256 colors and only has on/off transparency, so detailed or soft-edged animations lose quality when flattened to GIF.