TIFF
TIFF raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/tiff
Convert TIFF to SVG online and see exactly what pixel tracing into approximate paths changes, what SVG still can't promise, and how to verify the result.
Tracing TIFF'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. TIFF processing enumerates image directories and resolves tagged dimensions, photometric model, bit depth, strips or tiles, compression, pages, profiles, and extrasamples. 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 flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression. Rendered deliverable - XML vector artwork made from paths, shapes, paint, text, and optional embedded assets.
Used for raster pictures made of individually stored pixels.
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 TIFF or another raster master.
Step through every page and check bit depth, color mode, the resolution tag, compression, and alpha.
Zoom far in and inspect path smoothness, text, viewBox, clipping, and external references.
Not every app reads the same TIFF subset, so multi-page files, CMYK color, layers, or an unusual compression choice can all fail to open somewhere.
Tracing a bitmap produces approximate paths rather than restoring original geometry; fonts and filters may render differently.
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.