PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Free PCX to PSD conversion online, with the real pixel decoding and image re-encoding behavior, what gets lost, and a concrete way to check the output.
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 PSD'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. PSD output aims to retain a Photoshop-style composite and editable layers, masks, channels, effects, text, and color data instead of only one flattened bitmap.
Canvas decoded from ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Image written as a Photoshop document that can contain layers, masks, channels, type, and adjustment data.
Used for raster pictures made of individually stored pixels.
Designed for pixel-based artwork, scans, and photographs.
PSD wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than PCX does.
Modern software may mishandle old palettes, planar channels, or uncommon bit-depth variants.
Most non-PSD outputs flatten layers, while unsupported smart objects or effects may render differently.
The writer builds a Photoshop document that can contain layers, masks, channels, type, and adjustment data and labels the result as image/vnd.adobe.photoshop. The receiving application - Not the extension alone - Is the final compatibility test.
Check palette colors, dimensions, orientation, bit depth, and whether indexed transparency was expected.
Open the result in the intended editor and inspect layer count, masks, typography, blend modes, and canvas size.