Image MIME Reference
EDMICS-RLC
Fuji Xerox EDMICS-RLC
image/vnd.fujixerox.edmics-rlc
VS
Digital Camera Raw (Generic Linux MIME)
image/x-dcraw
Generic-RAW
A complete technical comparison of Fuji Xerox EDMICS-RLC 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 | EDMICS-RLC | 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 |
Fuji Xerox EDMICS-RLC
image/vnd.fujixerox.edmics-rlc
Extension
.rlc.edm
Container
Fuji Xerox EDMICS Wrapper
Compression
Run-Length Coding (RLC / RLE)
Algorithm
Run-Length Coding (RLC)
Color Depth
1-bit (Monochrome), 8-bit (Grayscale)
Developed by
Fuji Xerox Co., Ltd.
Released
1990s
Magic Bytes
Unknown (Proprietary Container)
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 | EDMICS-RLC | Generic-RAW |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
EDMICS-RLC
EDMICS-RLC Strengths
- Simple, computationally inexpensive Run-Length Coding enabled rapid compression and decompression on low-power legacy hardware
- Deeply integrated into Fuji Xerox enterprise hardware for seamless, automated scan-to-archive workflows
Limitations
- Completely proprietary and closed-source, making modern archival extraction and migration extremely difficult
- No support in modern image processing libraries like ImageMagick, libvips, or standard viewers without bespoke decoding tools
- RLC compression is far less efficient than modern algorithms like PNG (Deflate) for complex documents
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
EDMICS-RLC
Use EDMICS-RLC when…
- Fuji Xerox EDMICS Enterprise Systems
- Archival of Scanned Engineering Documents
- Legacy Corporate Scanning Pipelines
Generic-RAW
Use Generic-RAW when…
- Linux Desktop File Associations (GNOME/KDE)
- Thumbnail Generation for Raw Images (UFRaw/LibRaw)
- Server-side Image Processing Fallbacks