SVGZ
SVGZ vector graphicUsed for path-based artwork meant to scale without pixelating.
- Family
- Vectors
- MIME
- image/svg+xml
Free SVGZ to TIFF conversion online, with the real rasterization at a fixed canvas behavior, what gets lost, and a concrete way to check the output.
Rasterizing SVGZ fixes every path and shape onto one pixel grid before that canvas is encoded as TIFF. Once that happens, scaling the derivative back up 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. TIFF output can describe high-bit-depth pixels, alpha, varied compression, and multiple image directories, but the chosen writer profile determines which of those features is present.
Source material - An SVG XML document wrapped in Gzip compression for smaller transfer. Rendered deliverable - A flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression.
Used for path-based artwork meant to scale without pixelating.
Designed for raster pictures made of individually stored pixels.
TIFF 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.
Check every page, bit depth, color mode, resolution tag, compression, and alpha channel.
Some uploaders and editors do not decompress SVGZ automatically, and external assets or fonts remain separate dependencies.
Apps support different TIFF subsets, so multipage files, CMYK, layers, or unusual compression may fail to open.
The writer builds a flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression and labels the result as image/tiff. The receiving application - Not the extension alone - Is the final compatibility test.