免费在线将文件转换为PCX。
我们注重转换质量、使用便捷性和多格式支持。
| 数据类型 | Image |
| MIME 类型 | image/x-pcx |
| 开发者 | ZSoft Corporation |
| 主要使用场景 | 复古图像、旧游戏素材、调色板图、归档转换 |
PCX 是 ZSoft PC Paintbrush 的老式无损位图格式,使用简单的 RLE 压缩,主要见于复古图像与归档转换。
| 数据类型 | Image |
| MIME 类型 | image/x-pcx |
| 压缩 | RLE;有时不压缩 |
| 色深 | 1/2/4/8 位索引;也有 24 位 truecolor(通常 3 个平面 × 8 位) |
| 色彩空间 | 调色板索引(最多 256)或 RGB truecolor;也会用于灰度 |
| 透明度支持 | 否 |
| 动画支持 | 否 |
| 分辨率支持 | Header stores horizontal/vertical resolution (DPI) fields used by some software |
| EXIF 元数据支持 | 否 |
| 元数据 | No Exif. Stores basic header fields (dimensions, DPI, planes) and palettes (16-color in header; optional 256-color palette at end for 8-bit indexed). |
| 标准 / 规范 | ZSoft PCX File Format Technical Reference Manual (PCX v5, 1991) |
| 典型文件大小 | Often small for flat-color art; can be large for photos/noisy images compared to PNG/WebP |
| 推出年份 | 1985 |
PCX 文件格式具有多项优势,适用于常见的使用场景。
PCX 文件格式存在一些限制,可能会在特定使用场景中产生影响。
PCX 图像在大多数设备和平台上都受到广泛支持。
Treat as untrusted input: malformed headers/RLE streams can exploit decoder bugs. Strip metadata/palettes if privacy or size matters.
Legacy proprietary format with publicly documented specification