What is the difference between .avif and .md?
- Extension
- .avif
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- AOMedia
- John Gruber
- Description
- It is an image compression codec file with the same quality as .jpeg, but that is ten smaller. It supports HDR (High Dynamic Range). SDR (Standard Dynamic Range), and WCG (Wide Color Gamut) images. Also, it contains both the image sequences and image items. The only pitfall is that a few applications support it.
- 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/avif
- text/x-markdown
- Sample
- sample.md
- Wikipedia
- .avif on Wikipedia
- .md on Wikipedia