What is the difference between .dfont and .sixel?
- Extension
- .dfont
- .sixel
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Apple
- Digital Equipment Corporation (DEC)
- Description
- Standard font format used by Mac OS X; font contents are stored in the data fork part of the file instead of the resource fork (which was used by fonts in Mac OS Classic).
- Created by Digital Equipment Corporation (DEC), SIXEL is a bitmap image format in an escaped sequence (seen as six pixels high and one pixel wide). You have to convert it into a more accessible format if you don’t have a DEC terminal to view it.
- MIME Type
- application/x-dfont
- image/vnd.dwg
- Wikipedia
- .dfont on Wikipedia
- .sixel on Wikipedia