What is the difference between .rgb and .markdown?
- Extension
- .rgb
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- SGI
- John Gruber
- Description
- Color bitmap image format created by Silicon Graphics (SGI); generic format used for saving RGB color images on SGI workstations; recognized by various image viewing programs.
- 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/x-rgb
- text/x-markdown
- Sample
- sample.rgb
- sample.markdown
- Wikipedia
- .rgb on Wikipedia
- .markdown on Wikipedia