CGM to PNG Converter

Convert CGM to PNG online. See the real rasterization at a fixed canvas behavior, preservation limits, and a format-specific acceptance test.

Max file size 1 GB. Sign in to save your results.
By proceeding, you agree to our Terms of Use.
◈ Encrypted transfer◷ Short retention⊘ No watermark◎ Works on every device

Rasterization at a fixed canvas: how CGM becomes PNG

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.

INPUT MODEL

CGM

CGM vector graphic

Used for path-based artwork meant to scale without pixelating.

Family
Vectors
MIME
image/cgm
OUTPUT MODEL

PNG

Portable Network Graphics

Designed for lossless images and transparency.

Family
Images
MIME
image/png

When to actually choose CGM to PNG

PNG is right once the destination genuinely needs pixels. Logos, diagrams, or print work that must stay resolution independent still belong in CGM.

What changes between the CGM model and the PNG deliverable

  • PNG supports alpha transparency that CGM never had, so any transparent areas in the result are newly created, not carried over from the source.
  • Scalable CGM paths become a fixed-resolution PNG pixel grid; choose dimensions before delivery.
  • Treat CGM-specific metadata fields as optional in the PNG result until you have actually confirmed they survived.

Acceptance evidence for the converted PNG

BEFORE

Record the CGM evidence before conversion

Validate against the required CGM profile and inspect geometry, text, line weights, colors, symbols, and interactive regions.

AFTER

Test the PNG file in its receiving workflow

Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.

What the CGM source carries and the PNG output demands

CGM

What can fail when CGM vector graphic is interpreted

CGM profiles and application structures differ, so hotspots, layers, text, line styles, or semantics may not transfer.

PNG

What Portable Network Graphics cannot safely promise

PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.

ENGINE

How the PNG writer handles this route

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.