PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Convert PCX to TIFF online and see exactly what pixel decoding and image re-encoding changes, what TIFF 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 TIFF'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. TIFF output can describe high-bit-depth pixels, alpha, varied compression, and multiple image directories, but the chosen writer profile determines which of those features is present.
Decoded canvas - ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Written image - A flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression.
Used for raster pictures made of individually stored pixels.
Designed for raster pictures made of individually stored pixels.
Choose TIFF 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.
Apps support different TIFF subsets, so multipage files, CMYK, layers, or unusual compression may fail to open.
The writer builds a flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression and labels the result as image/tiff. 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.
Check every page, bit depth, color mode, resolution tag, compression, and alpha channel.