Fuji Xerox EDMICS-RLC
image/vnd.fujixerox.edmics-rlc
Released 1990s
· by Fuji Xerox Co., Ltd.
The image/vnd.fujixerox.edmics-rlc MIME type represents a proprietary raster image format developed by Fuji Xerox for its Engineering Data Management Information Control System (EDMICS). While its sister format (EDMICS-MMR) was heavily optimized for bi-level black and white line art using Group 4 fax compression, EDMICS-RLC utilizes Run-Length Coding (RLC). This approach provided computationally cheap, lossless compression for different types of scanned engineering documents, grayscale graphics, or legacy drawing data within corporate Fuji Xerox archiving workflows.
Technical Specifications
.rlc.edm
Run-Length Coding (RLC)
Magic Bytes & HTTP Headers
Unknown
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- 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
- 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
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/vnd.fujixerox.edmics-rlc
file by reading its raw bytes:
- 1 Due to its proprietary enterprise nature, standard magic byte databases (like libmagic) do not contain definitions for the EDMICS wrapper.
- 2 Identification relies entirely on the HTTP Content-Type header from legacy Fuji Xerox database exports or string matching the .rlc file extension.
Software Support
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/edmics-rlc)
<iframe src="https://freewebptojpg.com/mime/image/edmics-rlc/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="EDMICS-RLC Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/edmics-rlc.json
Open JSON
Frequently Asked Questions
What is the difference between EDMICS-MMR and EDMICS-RLC?
Both are proprietary formats used in Fuji Xerox EDMICS enterprise systems. EDMICS-MMR uses Modified Modified READ (Group 4 fax) compression, which is highly optimized for high-resolution black-and-white schematics. EDMICS-RLC uses Run-Length Coding (RLC), a simpler form of compression (RLE) typically used for different types of scan data or continuous-tone images where MMR was less effective.
What does RLC stand for in this format?
RLC stands for Run-Length Coding (often synonymous with Run-Length Encoding or RLE). It is a lossless data compression technique where runs of identical data values are stored as a single value and a count, making it very fast to decode on 1990s hardware.
Can I open an image/vnd.fujixerox.edmics-rlc file on a modern computer?
Not natively. Modern web browsers, operating systems, and standard image viewers like Photoshop or ImageMagick cannot parse the proprietary Fuji Xerox container wrapped around the RLC data. Viewing these files requires specialized legacy EDMICS client software or enterprise document migration tools.