What is the difference between .dib and .eps?
- Extension
- .dib
- .eps
- Format
- Binary
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Microsoft
- Adobe Systems
- 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.
- An EPS file is a graphics file saved in the Encapsulated PostScript (EPS) file format. It may contain 2D vector graphics, bitmap images, and text. EPS files also include an embedded preview image in bitmap format.
- MIME Type
- image/bmp
- application/postscript
- Sample
- sample.dib
- sample.eps
- Wikipedia
- .dib on Wikipedia
- .eps on Wikipedia