What is the difference between .dib and .pict?
- Extension
 - .dib
 - .pict
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - Microsoft
 - Apple
 
- 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.
 - Image file saved in the Macintosh PICT format; may contain both vector and bitmap data and can use thousands of colors; also supports RLE (Run-length encoding) and JPEG compression to reduce the file size.
 
- MIME Type
 - image/bmp
 - image/pict
 
- Sample
 - sample.dib
 - sample.pict
 
- Wikipedia
 - .dib on Wikipedia
 - .pict on Wikipedia