What is the difference between .dib and .md?
- Extension
- .dib
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Microsoft
- John Gruber
- 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 MD file is a text file created using one of several possible dialects of the Markdown language. It is saved in plain text format but includes inline text symbols that define how to format the text (e.g., bold, indentations, headers, table formatting). MD files are designed for authoring plain text documentation that can be easily converted to HTML.
- MIME Type
- image/bmp
- text/x-markdown
- Sample
- sample.dib
- sample.md
- Wikipedia
- .dib on Wikipedia
- .md on Wikipedia