What is the difference between .nef and .markdown?
- Extension
- .nef
- .markdown
- Format
- Binary
- Text
- Category
- Camera
- Developer
- Developer
- Nikon
- John Gruber
- Description
- An NEF file is a raw photo captured by a Nikon digital camera. It is saved in an uncompressed format that stores data exactly as it was captured by the CCD. NEF files also contain image metadata, which includes the camera ID and the lens that was used.
- 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-nikon-nef
- text/x-markdown
- Sample
- sample.nef
- sample.markdown
- Wikipedia
- .nef on Wikipedia
- .markdown on Wikipedia