What is the difference between .dib and .pcx?
- Extension
- .dib
- .pcx
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Microsoft
- ZSoft
- Description
- 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.
- 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.
- MIME Type
- image/bmp
- image/pcx
- Sample
- sample.dib
- sample.pcx
- Wikipedia
- .dib on Wikipedia
- .pcx on Wikipedia