PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Convert PCX to PNG online and see exactly what pixel decoding and image re-encoding changes, what PNG still can't promise, and how to verify the result.
Converter.now decodes ZSoft Paintbrush-era raster data using palette or run-length encoded pixels into a working pixel canvas, then writes that canvas according to PNG's color and compression model. Dimensions may stay constant while encoding, metadata, and fine detail change. PCX decoding follows version, plane count, bytes-per-line padding, palette placement, run-length encoding, dimensions, and scanline order from its header. 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.
Decoded canvas - ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Written image - Losslessly encoded pixels with full alpha transparency.
Used for raster pictures made of individually stored pixels.
Designed for lossless images and transparency.
Choose PNG when its particular balance of compatibility, alpha, animation, and file size matches the destination better than PCX.
Modern software may mishandle old palettes, planar channels, or uncommon bit-depth variants.
PNG is inefficient for many photographs, and indexed optimization can reduce a smooth palette even without JPEG-style loss.
losslessly encoded pixels with full alpha transparency is what gets written, labeled as image/png. Whether that actually opens depends on the receiving application, not on the file extension.
Check palette colors, dimensions, orientation, bit depth, and whether indexed transparency was expected.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.