PCX
PCX raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-pcx
Free PCX to GIF 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 GIF'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. Because GIF reduces every frame to an indexed palette with only on/off transparency, quality here comes down to color selection, dithering, disposal, timing, and the loop seam — with no audio at all.
Canvas decoded from ZSoft Paintbrush-era raster data using palette or run-length encoded pixels. Image written as a frame animation or indexed-color image limited to a 256-color palette.
Used for raster pictures made of individually stored pixels.
Designed for short animations and simple graphics.
GIF 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.
Photographs and gradients can band, semi-transparent edges are reduced, and timing may be quantized.
Video-to-GIF output is sampled at 12 frames per second, capped at 960 pixels wide, and contains no audio.
Check palette colors, dimensions, orientation, bit depth, and whether indexed transparency was expected.
Play the full loop and inspect color banding, disposal between frames, transparency, and the loop seam.