HEIC
High Efficiency Image ContainerUsed for space-efficient phone photos.
- Family
- Images
- MIME
- image/heic
Free HEIC to SVG conversion online, with the real pixel tracing into approximate paths behavior, what gets lost, and a concrete way to check the output.
The HEIC pixel edges are traced into approximate shapes for SVG. This is vectorization, not recovery of the designer's original paths, layers, fonts, or control points. HEIC reading selects the primary HEVC-coded image and follows orientation, grid, color, alpha, depth, burst, thumbnail, and metadata item relationships. 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 High Efficiency Image container often carrying phone photos, metadata, and multiple image items. Rendered deliverable - XML-described vector artwork built from paths, shapes, paint, and optional text.
Used for space-efficient phone photos.
Designed for resolution-independent illustrations.
Traced SVG works for simple flat marks that just need scalable outlines. Photographs, texture, or evidence-grade pixels still belong in HEIC or another raster master.
Check orientation, color, the primary photo, and capture metadata on the destination device.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
Windows, browsers, and older editors may need extra codecs; depth maps, bursts, and edits may not be exported.
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.