Image MIME Reference
Fuji-RAF
Fujifilm RAW Image
image/x-fuji-raf
VS
Digital Camera Raw (Generic Linux MIME)
image/x-dcraw
Generic-RAW
A complete technical comparison of Fujifilm RAW 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 | Fuji-RAF | Generic-RAW |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | Yes | Yes |
| EXIF Metadata | Yes | Yes |
| ICC Color Profile | Yes | Yes |
Fujifilm RAW Image
image/x-fuji-raf
Extension
.raf
Container
Proprietary RAF Container
Compression
Uncompressed / Lossless Compressed / Lossy Compressed (Modern firmware)
Algorithm
NoneProprietary LosslessProprietary Lossy
Color Depth
14-bit (Per Channel - X-Series), 16-bit (Per Channel - GFX Series)
Developed by
Fujifilm Corporation
Released
2000
Magic Bytes
46 55 4A 49 46 49 4C 4D 43 43 44 2D 52 41 57 20
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 | Fuji-RAF | Generic-RAW |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
Fuji-RAF
Fuji-RAF Strengths
- Retains absolute maximum sensor data, enabling massive shadow recovery and highlight protection compared to compressed in-camera JPEGs
- Stores proprietary Fujifilm Film Simulation metadata (like Classic Chrome or Acros), allowing editors to perfectly replicate in-camera aesthetics
- Very distinct and reliable magic header makes programmatic file detection foolproof
Limitations
- Proprietary format requires continuous updates to third-party software (like Lightroom) whenever Fujifilm releases a new camera
- The X-Trans sensor matrix requires highly specialized demosaicing algorithms that are extremely computationally expensive, leading to slower import and rendering times
- Completely unsupported in standard web browsers and basic operating system image viewers
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
Fuji-RAF
Use Fuji-RAF when…
- Professional Digital Photography
- Fujifilm X-Trans Sensor Image Archival
- High Dynamic Range (HDR) Post-Processing
Generic-RAW
Use Generic-RAW when…
- Linux Desktop File Associations (GNOME/KDE)
- Thumbnail Generation for Raw Images (UFRaw/LibRaw)
- Server-side Image Processing Fallbacks