Image MIME Reference
FST-Image
FAST Search & Transfer Image
image/vnd.fst
VS
Digital Camera Raw (Generic Linux MIME)
image/x-dcraw
Generic-RAW
A complete technical comparison of FAST Search & Transfer Image and Digital Camera Raw (Generic Linux MIME) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | FST-Image | Generic-RAW |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
FAST Search & Transfer Image
image/vnd.fst
Extension
.fst
Container
Proprietary FAST Container
Compression
Proprietary
Algorithm
Unknown (Proprietary FAST encoding)
Color Depth
Unknown
Developed by
FAST Search & Transfer ASA (Arild Fuldseth)
Released
2000
Magic Bytes
Unknown (Proprietary)
Digital Camera Raw (Generic Linux MIME)
image/x-dcraw
Extension
.raw
Container
Varies (Predominantly TIFF/EP)
Compression
Lossless / Uncompressed
Algorithm
Varies (Often Lossless JPEG ITU-T81 or uncompressed)
Color Depth
12-bit, 14-bit, 16-bit
Developed by
freedesktop.org (MIME mapping) / Dave Coffin (dcraw tool)
Released
1997
Magic Bytes
Varies by vendor format
Browser Support Comparison
| Browser | FST-Image | Generic-RAW |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
FST-Image
FST-Image Strengths
- Historically served as an optimized, compressed format for FAST's early multimedia and live streaming engines over constrained late-1990s bandwidth
Limitations
- Completely obsolete and non-functional in modern software ecosystems
- Undocumented, closed-source binary structure with zero support in modern image processing libraries
- Shares its file extension with several other distinct file types (such as FL Studio state files or FAST Search dictionaries), leading to easy misidentification
Generic-RAW
Generic-RAW Strengths
- Provides a unified, highly useful catch-all MIME type for application developers who just need to know if a file is a raw image, rather than tracking 50+ individual camera extensions
- Deeply integrated into the Linux desktop ecosystem, ensuring file manager thumbnails work seamlessly via tools like ufraw-thumbnailer
Limitations
- Not an official IANA standard
- Can cause conflicts where standard TIFF files are misidentified as raw camera data by over-aggressive MIME sniffers
- The underlying 'dcraw' tool was abandoned by its creator in 2018 (though its successor, LibRaw, continues to maintain the ecosystem)
When to choose which format
FST-Image
Use FST-Image when…
- Historical FAST Enterprise Search Indexing
- Legacy Proprietary Multimedia Streaming (late 1990s)
- Internal Media Transmission
Generic-RAW
Use Generic-RAW when…
- Linux Desktop File Associations (GNOME/KDE)
- Thumbnail Generation for Raw Images (UFRaw/LibRaw)
- Server-side Image Processing Fallbacks