Image MIME Reference
MIX
Microsoft Image Extension
image/vnd.mix
VS
PCO B16 Image
image/vnd.pco.b16
PCO-B16
A complete technical comparison of Microsoft Image Extension and PCO B16 Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | MIX | PCO-B16 |
|---|---|---|
| Transparency (Alpha) | Yes | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | Yes | ✕ No |
Microsoft Image Extension
image/vnd.mix
Extension
.mix
Container
Microsoft OLE Structured Storage (COM)
Compression
Proprietary (Internal JPEG/RLE)
Algorithm
JPEGDeflateProprietary
Color Depth
8-bit, 24-bit, 32-bit (RGBA)
Developed by
Microsoft Corporation
Released
1996
Magic Bytes
D0 CF 11 E0 A1 B1 1A E1
PCO B16 Image
image/vnd.pco.b16
Extension
.b16
Container
PCO B16 Binary Container
Compression
Uncompressed (Raw Sensor Data)
Algorithm
None
Color Depth
16-bit (Monochrome or Bayer Raw Color)
Developed by
PCO AG (Excelitas PCO GmbH)
Released
Early 2000s
Magic Bytes
50 43 4F 2D
Browser Support Comparison
| Browser | MIX | PCO-B16 |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
MIX
MIX Strengths
- Allowed early consumer software to non-destructively edit complex compositions involving photos, text, and vector clipart
- Shared an architecture with other Microsoft Office products, enabling deep integration (OLE embedding) into Word and PowerPoint at the time
Limitations
- Completely proprietary and undocumented, leading to a massive loss of historical data for users who archived their family photos in this project format
- Requires traversing a complex OLE filesystem just to extract the flattened raster image
- No support in modern image editors like Photoshop, GIMP, or web browsers
PCO-B16
PCO-B16 Strengths
- Preserves exact, uncompressed 16-bit raw sensor data, which is critically important for accurate scientific measurements, fluorescence microscopy, and photometry
- The simple, linear struct header is highly predictable and easy to parse in custom Python, MATLAB, or C++ scripts for researchers building bespoke pipelines
Limitations
- Generates massive file sizes due to the complete lack of image compression [1.3.1]
- Completely unsupported by standard operating systems, web browsers, and consumer image editing suites
- Strictly tied to the hardware and software ecosystems of a single camera manufacturer
When to choose which format
MIX
Use MIX when…
- Historical Microsoft Picture It! Projects
- Microsoft PhotoDraw 2000 Graphics
- Early 2000s Consumer Digital Scrapbooking
PCO-B16
Use PCO-B16 when…
- Microscopy and Life Sciences
- High-Speed Camera Recording
- Machine Vision and Industrial Inspection
- Scientific Photometry