What is the difference between .dib and .jpeg?
- Extension
- .dib
- .jpeg
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Microsoft
- Joint Photographic Experts Group
- 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.
- A JPEG file is an image saved in a compressed graphic format standardized by the Joint Photographic Experts Group (JPEG). It supports up to 24-bit color and is compressed using lossy compression, which may noticeably reduce the image quality if high amounts of compression are used. JPEG files are commonly used for storing digital photos and web graphics.
- MIME Type
- image/bmp
- image/jpeg
- Sample
- sample.dib
- sample.jpeg
- Wikipedia
- .dib on Wikipedia
- .jpeg on Wikipedia