Extended Image File Format
image/vnd.xiff
Released 1994
· by Keyfile Corporation
The image/vnd.xiff MIME type represents the Extended Image File Format (XIFF), a proprietary variant of the TIFF architecture developed by Keyfile Corporation in the mid-1990s. Designed specifically for enterprise document management and workflow systems (such as Keyfile Workflow), XIFF extended the standard TIFF specification to encapsulate multi-page scanned documents, advanced document annotations, routing slips, and administrative metadata. It is now entirely obsolete.
Technical Specifications
.xif
CCITT Group 4LZWNone
image/xif
Magic Bytes & HTTP Headers
II*\x00 or MM\x00*
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- Pioneered early enterprise document workflow integration by binding administrative routing data directly to the document image file
- Leveraged efficient fax compression standards to keep storage requirements low on 1990s server infrastructure
- Completely proprietary and obsolete; Keyfile Corporation's software ecosystem no longer exists
- Causes widespread MIME type identification conflicts due to sharing the exact same binary header signature as standard TIFF files
- Zero support in modern operating systems or web browsers
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/vnd.xiff
file by reading its raw bytes:
- 1 Check the first 4 bytes for standard TIFF little-endian (49 49 2A 00) or big-endian (4D 4D 00 2A) signatures.
- 2 Because XIFF shares its header identically with standard TIFF files, file sniffers like libmagic will typically identify it as 'image/tiff'.
- 3 Distinguishing XIFF from standard TIFF requires inspecting the TIFF Image File Directory (IFD) for proprietary Keyfile tag definitions.
Software Support
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/xiff)
<iframe src="https://freewebptojpg.com/mime/image/xiff/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="XIFF 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/xiff.json
Open JSON
Frequently Asked Questions
What is an XIFF file?
An XIFF (.xif) file is a proprietary, TIFF-based document format created by Keyfile Corporation in the 1990s. It was used in enterprise document management systems to store scanned pages along with workflow routing slips and user annotations.
Is XIFF just a standard TIFF file?
Structurally, yes. XIFF is built on top of the TIFF specification and shares the same core image file directory (IFD) layout, but it introduces proprietary private tags to store workflow metadata and annotations that standard TIFF viewers ignore.
Can I open an .xif file today?
Modern web browsers and consumer image viewers cannot open XIFF files. Because the format is obsolete and tied to defunct enterprise software, viewing or converting them requires legacy specialized tools or custom parsing scripts to extract the underlying image streams.