What is the difference between .pcx and .dib?
- Extension
- .pcx
- .dib
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- ZSoft
- Microsoft
- Description
- PCX, standing for Paintbrush Bitmap Image, is a raster image format developed by ZSoft Corporation for their PC Paintbrush graphics program. Initially released in the 1980s, PCX was one of the first widely used bitmap image formats on IBM PC compatible computers. The format supports 1-bit monochrome, 4-bit palette, 8-bit palette, and 24-bit true color images, allowing for a wide range of colors and shades.
- Generic Windows or OS/2 bitmap graphic; similar to a .BMP file, but has different header information; supports 1, 4, 8, and 24 bits per pixel if the image is uncompressed and 4 and 8 bits per pixel if the image uses RLE compression; a 24-bit DIB image contains 8 bits, or 1 byte for each RGB color.
- MIME Type
- image/pcx
- image/bmp
- Sample
- sample.pcx
- sample.dib
- Wikipedia
- .pcx on Wikipedia
- .dib on Wikipedia