GIF
Graphics Interchange FormatUsed for short animations and simple graphics.
- Family
- Images
- MIME
- image/gif
Convert GIF to SVG online. See the real pixel tracing into approximate paths behavior, preservation limits, and a format-specific acceptance test.
Tracing GIF's pixel edges produces approximate shapes for SVG - A vectorization, not a recovery of whatever paths, layers, fonts, or control points the original designer actually used. GIF decoding reconstructs indexed-color frames from local palettes, disposal instructions, transparent indices, and centisecond timing values. SVG output stores scalable XML graphics with paths, viewBox coordinates, styles, and optional text; tracing, fonts, filters, and external assets determine editability.
Source material - A frame animation or indexed-color image limited to a 256-color palette. Rendered deliverable - XML-described vector artwork built from paths, shapes, paint, and optional text.
Used for short animations and simple graphics.
Designed for resolution-independent illustrations.
Use traced SVG for simple flat marks that need scalable outlines. Photographs, texture, and evidence-grade source pixels belong in GIF or another raster master.
Play the full loop and inspect color banding, disposal between frames, transparency, and the loop seam.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
Photographs and gradients can band, semi-transparent edges are reduced, and timing may be quantized.
When the source is raster, tracing only approximates the original geometry rather than recovering it; fonts and filter effects can also render differently across viewers.
Because the source is raster here, the SVG writer traces its pixels into paths; those paths approximate the source, they do not recover it exactly.