How to convert SVG to Image metadata JSON
Before you start
Paste SVG markup or drop an .svg file. Scripts and event-handler attributes are removed.
Accepted: .svg · image/svg+xml- Paste valid SVG content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces a readable JSON report. Image bytes and filenames remain only in this browser tab.
How this converter behaves
The browser decodes the image into pixels and re-encodes those pixels in the destination format.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as lossless. The converter preserves meaning and structure supported by both formats.
No route-specific limitations beyond browser memory and the capabilities shared by both formats.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable Image metadata JSON text and a correctly named download.
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="8" fill="#2368ff"/></svg>