MNG Maker
Wrap your PNG frames into a Multiple-image Network Graphics (MNG) file — the classic, mostly-forgotten PNG-based animation format. Useful for archives and niche viewers; for the modern web, prefer APNG or animated WebP.
100% client-side · no upload
Pick 2 or more PNG frames to begin.
⬇ Download MNGHow to build an MNG
- Pick PNG frames in playback order. All frames should share the same dimensions.
- Set the frame delay and loop count.
- Press Build MNG.
Common use cases
- Restoring legacy assets for early-2000s software.
- Archival format when lossless multi-frame is required.
- Niche viewers (XnView, IrfanView) that prefer MNG.
Frequently asked questions
Will browsers play this MNG?
No — modern browsers dropped MNG support long ago. Use APNG or animated WebP for the web.
Why is the file so large?
MNG-VLC (Very Low Complexity) embeds full PNGs per frame without inter-frame delta. Smaller per-frame inputs help.
Related: APNG Maker · Animated WebP Maker · GIF Maker · All animation tools