SVG
Scalable Vector GraphicsUsed for resolution-independent illustrations.
- Family
- Vectors
- MIME
- image/svg+xml
Convert SVG to JPG online. See the real rasterization at a fixed canvas behavior, preservation limits, and a format-specific acceptance test.
The paths and shapes in SVG are rasterized onto a fixed pixel grid, then that canvas is encoded as JPG. Scaling the derivative later cannot recover the original curves. SVG import parses XML into a styled graphics tree of paths, text, viewBox coordinates, transforms, clipping, filters, links, and external resources. JPG output is always opaque and lossy, so judge it at high-contrast edges, gradients, fine texture, orientation, and any damage accumulated from repeated encoding.
Starting model: XML-described vector artwork built from paths, shapes, paint, and optional text. Rendered result: lossy JPEG-compressed pixels optimized for photographs and broad compatibility.
Used for resolution-independent illustrations.
Designed for photos and compact web images.
Use JPG when the destination needs pixels; keep SVG for logos, diagrams, or print work that must remain resolution independent.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.
View text edges, faces, gradients, and high-contrast detail at the intended display size.
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.
Repeated encoding introduces ringing or blocks, and transparent areas must become opaque.
The writer builds lossy JPEG-compressed pixels optimized for photographs and broad compatibility and labels the result as image/jpeg. The receiving application - Not the extension alone - Is the final compatibility test.