SVG
Scalable Vector GraphicsUsed for resolution-independent illustrations.
- Family
- Vectors
- MIME
- image/svg+xml
Free SVG to GIF conversion online, with the real rasterization at a fixed canvas behavior, what gets lost, and a concrete way to check the output.
Rasterizing SVG fixes every path and shape onto one pixel grid before that canvas is encoded as GIF. Once that happens, scaling the derivative back up cannot recover the original curves. SVG import parses XML into a styled graphics tree of paths, text, viewBox coordinates, transforms, clipping, filters, links, and external resources. Because GIF reduces every frame to an indexed palette with only on/off transparency, quality here comes down to color selection, dithering, disposal, timing, and the loop seam — with no audio at all.
Source material - XML-described vector artwork built from paths, shapes, paint, and optional text. Rendered deliverable - A frame animation or indexed-color image limited to a 256-color palette.
Used for resolution-independent illustrations.
Designed for short animations and simple graphics.
GIF is right once the destination genuinely needs pixels. Logos, diagrams, or print work that must stay resolution independent still belong in SVG.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
Play the full loop and inspect color banding, disposal between frames, transparency, and the loop seam.
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.
Photographs and gradients can band, semi-transparent edges are reduced, and timing may be quantized.
Video-to-GIF output is sampled at 12 frames per second, capped at 960 pixels wide, and contains no audio.