GIF
Graphics Interchange FormatUsed for short animations and simple graphics.
- Family
- Images
- MIME
- image/gif
Convert GIF to PNG online. See the real animated-frame image encoding behavior, preservation limits, and a format-specific acceptance test.
The GIF frame sequence, timing, disposal, and canvas are decoded first, then mapped onto whatever animation and color rules PNG actually supports. A clean first frame proves nothing about whether the full loop made it through. GIF decoding reconstructs indexed-color frames from local palettes, disposal instructions, transparent indices, and centisecond timing values. PNG output preserves the exact raster samples with optional full alpha and color metadata, though file size, palette reduction, the lack of animation, and profile handling all still vary by writer.
Decoded canvas - A frame animation or indexed-color image limited to a 256-color palette. Written image - Losslessly encoded pixels with full alpha transparency.
Used for short animations and simple graphics.
Designed for lossless images and transparency.
PNG wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than GIF does.
Photographs and gradients can band, semi-transparent edges are reduced, and timing may be quantized.
PNG is inefficient for many photographs, and indexed optimization can reduce a smooth palette even without JPEG-style loss.
losslessly encoded pixels with full alpha transparency is what gets written, labeled as image/png. Whether that actually opens depends on the receiving application, not on the file extension.
Play the full loop and inspect color banding, disposal between frames, transparency, and the loop seam.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.