JPG
JPEG imageUsed for photos and compact web images.
- Family
- Images
- MIME
- image/jpeg
Convert JPG to SVG online. See the real pixel tracing into approximate paths behavior, preservation limits, and a format-specific acceptance test.
Tracing JPG'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. JPEG decoding applies orientation and color interpretation to already quantized image blocks; each later lossy write starts from those decoded pixels rather than the camera original. SVG output stores scalable XML graphics with paths, viewBox coordinates, styles, and optional text; tracing, fonts, filters, and external assets determine editability.
Source material - Lossy JPEG-compressed pixels optimized for photographs and broad compatibility. Rendered deliverable - XML-described vector artwork built from paths, shapes, paint, and optional text.
Used for photos and compact web images.
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 JPG or another raster master.
View text edges, faces, gradients, and high-contrast detail at the intended display size.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
Repeated encoding introduces ringing or blocks, and transparent areas must become opaque.
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.