PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Free PCX to WebP 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 WebP'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. WebP delivery can be lossy, lossless, transparent, or animated; the chosen mode, oldest browser, edge quality, frames, color, and metadata require explicit confirmation.
Canvas decoded from ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Image written as a modern web image supporting lossy or lossless pixels, alpha, and animation.
Used for raster pictures made of individually stored pixels.
Designed for efficient modern web graphics.
Choose WebP 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.
Legacy software may not open WebP, and lossy settings can blur texture or transparent edges.
The writer builds a modern web image supporting lossy or lossless pixels, alpha, and animation and labels the result as image/webp. 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 the encoding mode, animation frames, transparency, gradients, and oldest required browser.