GIF
Graphics Interchange FormatUsed for short animations and simple graphics.
- Family
- Images
- MIME
- image/gif
Free GIF to APNG conversion online, with the real animated-frame image encoding behavior, what gets lost, and a concrete way to check the output.
Converter.now decodes the GIF frame sequence, timing, disposal, and canvas, then maps those frames into the animation and color rules available to APNG. A successful first frame does not prove that the complete loop survived. GIF decoding reconstructs indexed-color frames from local palettes, disposal instructions, transparent indices, and centisecond timing values. APNG writes full-color PNG frames with alpha, timing, blend, disposal, and loop controls, but unsupported viewers may expose only the default image.
Canvas decoded from a frame animation or indexed-color image limited to a 256-color palette. Image written as a PNG-compatible sequence of full-color frames with alpha transparency.
Used for short animations and simple graphics.
Designed for lossless full-color animation with alpha transparency.
APNG 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.
Apps that lack APNG support may show only the first frame, while frame disposal can affect transparent motion.
The writer builds a PNG-compatible sequence of full-color frames with alpha transparency and labels the result as image/apng. The receiving application - Not the extension alone - Is the final compatibility test.
Play the full loop and inspect color banding, disposal between frames, transparency, and the loop seam.
Play the complete loop in the destination browser and inspect transparent edges between frames.