PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Convert PCX to SVG online. See the real pixel tracing into approximate paths behavior, preservation limits, and a format-specific acceptance test.
The PCX pixel edges are traced into approximate shapes for SVG. This is vectorization, not recovery of the designer's original paths, layers, fonts, or control points. PCX decoding follows version, plane count, bytes-per-line padding, palette placement, run-length encoding, dimensions, and scanline order from its header. Scalable XML graphics — paths, viewBox coordinates, styles, optional text — is what SVG output stores; whether tracing was involved, plus fonts, filters, and external assets, determine how editable it really is.
Source material - ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Rendered deliverable - XML vector artwork made from paths, shapes, paint, text, and optional embedded assets.
Used for raster pictures made of individually stored pixels.
Designed for resolution-independent illustrations.
Traced SVG works for simple flat marks that just need scalable outlines. Photographs, texture, or evidence-grade pixels still belong in PCX or another raster master.
Check palette colors, dimensions, orientation, bit depth, and whether indexed transparency was expected.
Zoom far in and inspect path smoothness, text, viewBox, clipping, and external references.
Modern software may mishandle old palettes, planar channels, or uncommon bit-depth variants.
Tracing a bitmap produces approximate paths rather than restoring original geometry; fonts and filters may render differently.
Raster-to-SVG routes use image tracing; the output paths are an approximation of the source pixels.