CGM
CGM vector graphicUsed for path-based artwork meant to scale without pixelating.
- Family
- Vectors
- MIME
- image/cgm
Convert CGM to SVG online and see exactly what cross-family format translation changes, what SVG still can't promise, and how to verify the result.
Converter.now interprets the CGM source: Computer Graphics Metafile vector or mixed graphics used in technical illustration and standards-driven publishing. It rebuilds that content for SVG as XML vector artwork made from paths, shapes, paint, text, and optional embedded assets. Changing the suffix alone would not perform this conversion.
Interpreted input - Computer Graphics Metafile vector or mixed graphics used in technical illustration and standards-driven publishing. Required output - XML vector artwork made from paths, shapes, paint, text, and optional embedded assets.
Used for path-based artwork meant to scale without pixelating.
Designed for resolution-independent illustrations.
CGM profiles and application structures differ, so hotspots, layers, text, line styles, or semantics may not transfer.
Tracing a bitmap produces approximate paths rather than restoring original geometry; fonts and filters may render differently.
The writer rebuilds XML vector artwork made from paths, shapes, paint, text, and optional embedded assets directly from CGM's own vector data, labeled as image/svg+xml. This is a structural translation between vector formats, not a raster trace.
SVG is the right pick once the next application explicitly lists it as accepted and its resolution-independent illustrations role suits the job better than CGM does.
Validate against the required CGM profile and inspect geometry, text, line weights, colors, symbols, and interactive regions.
Zoom far in and inspect path smoothness, text, viewBox, clipping, and external references.