CGM
CGM vector graphicUsed for path-based artwork meant to scale without pixelating.
- Family
- Vectors
- MIME
- image/cgm
Convert CGM to PNG online. See the real rasterization at a fixed canvas behavior, preservation limits, and a format-specific acceptance test.
Rasterizing CGM fixes every path and shape onto one pixel grid before that canvas is encoded as PNG. Once that happens, scaling the derivative back up cannot recover the original curves. CGM interpretation follows its required profile and replays graphical primitives, attributes, text, symbols, and application structures in metafile order. PNG delivery preserves exact raster samples with optional full alpha and color metadata, but file size, palette reduction, animation absence, and profile handling still vary.
Source material - Computer Graphics Metafile vector or mixed graphics used in technical illustration and standards-driven publishing. Rendered deliverable - Pixels written losslessly with a full alpha channel available.
Used for path-based artwork meant to scale without pixelating.
Designed for lossless images and transparency.
PNG is right once the destination genuinely needs pixels. Logos, diagrams, or print work that must stay resolution independent still belong in CGM.
Validate against the required CGM profile and inspect geometry, text, line weights, colors, symbols, and interactive regions.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.
CGM profiles and application structures differ, so hotspots, layers, text, line styles, or semantics may not transfer.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
The writer builds pixels written losslessly with a full alpha channel available and labels the result as image/png. The receiving application - Not the extension alone - Is the final compatibility test.