PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Free PCX to JPG conversion online, with the real pixel decoding and image re-encoding behavior, what gets lost, and a concrete way to check the output.
Zsoft paintbrush-era raster data using palette or run-length encoded pixels is decoded into a working pixel canvas first, then written back out under JPG's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. PCX decoding follows version, plane count, bytes-per-line padding, palette placement, run-length encoding, dimensions, and scanline order from its header. JPG delivery writes opaque, lossy photographic pixels; quality must be judged around high-contrast edges, gradients, fine texture, orientation, and repeated-encode damage.
Canvas decoded from ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Image written as lossy JPEG-compressed pixels optimized for photographs and broad compatibility.
Used for raster pictures made of individually stored pixels.
Designed for photos and compact web images.
JPG 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.
Repeated encoding introduces ringing or blocks, and transparent areas must become opaque.
lossy JPEG-compressed pixels optimized for photographs and broad compatibility is what gets written, labeled as image/jpeg. 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.
View text edges, faces, gradients, and high-contrast detail at the intended display size.