SVGZ
SVGZ vector graphicUsed for path-based artwork meant to scale without pixelating.
- Family
- Vectors
- MIME
- image/svg+xml
Free SVGZ to GIF conversion online, with the real rasterization at a fixed canvas behavior, what gets lost, and a concrete way to check the output.
The paths and shapes in SVGZ are rasterized onto a fixed pixel grid, then that canvas is encoded as GIF. Scaling the derivative later cannot recover the original curves. SVGZ is first decompressed to SVG XML, then its viewBox, path tree, styles, text, filters, clipping, and external references are interpreted as vector content. GIF output reduces frames to indexed palettes and binary transparency, so color selection, dithering, disposal, timing, loop seam, and absent audio define quality.
Starting model: an SVG XML document wrapped in Gzip compression for smaller transfer. Rendered result: an indexed-color animation or still image capped at a 256-color palette.
Used for path-based artwork meant to scale without pixelating.
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 SVGZ.
Decompress and validate the SVG, then inspect viewBox, paths, text, filters, clipping, links, and referenced assets.
Play the loop in full, watching for banding, transparency edges, frame disposal, and whether the loop seam is clean.
Some uploaders and editors do not decompress SVGZ automatically, and external assets or fonts remain separate dependencies.
Gradients and photographic tones can band, semi-transparent pixels get reduced to on/off transparency, and frame timing is rounded to the nearest centisecond.
Video-to-GIF output is sampled at 12 frames per second, capped at 960 pixels wide, and contains no audio.