Image MIME Reference
JPS
JPEG Stereo Image
image/x-jps
VS
Sigma X3F RAW Image
image/x-sigma-x3f
Sigma-X3F
A complete technical comparison of JPEG Stereo Image and Sigma X3F RAW Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
JPS wins on browser support
Feature Support
| Feature | JPS | Sigma-X3F |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | ✕ No |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | Yes | Yes |
| ICC Color Profile | Yes | Yes |
JPEG Stereo Image
image/x-jps
Extension
.jps
Container
JPEG (JFIF/Exif)
Compression
Lossy (JPEG/DCT)
Algorithm
JPEG (Discrete Cosine Transform)
Color Depth
8-bit (Grayscale), 24-bit (RGB)
Developed by
Stereoscopic Community (Unofficial Standard)
Released
1990
Magic Bytes
FF D8 FF
Sigma X3F RAW Image
image/x-sigma-x3f
Extension
.x3f
Container
Foveon Proprietary Header
Compression
Uncompressed / Proprietary Lossless
Algorithm
NoneFoveon Proprietary Huffman-based
Color Depth
12-bit (Per Channel), 14-bit (Per Channel)
Developed by
Foveon, Inc. / Sigma Corporation
Released
2002
Magic Bytes
46 4F 56 62
Browser Support Comparison
| Browser | JPS | Sigma-X3F |
|---|---|---|
|
|
✓ 1
|
✕ |
|
|
✓ 1
|
✕ |
|
|
✓ 1
|
✕ |
|
|
✓ 12
|
✕ |
|
|
✓
|
✕ |
JPS
JPS Strengths
- 100% backward compatible with every standard 2D image viewer and web browser (which simply display the two halves side-by-side)
- Inherits JPEG's excellent lossy compression, resulting in small file sizes ideal for web transmission
- Extremely easy to generate programmatically by simply stitching two JPEG images side-by-side onto a wider canvas
Limitations
- Lack of a dedicated metadata standard means viewing software has to guess whether the layout is 'cross-eyed' (right eye left, left eye right) or 'parallel' (left eye left, right eye right), occasionally causing inverted depth
- Suffers from JPEG compression artifacts, which can break the stereoscopic illusion if compression noise differs between the left and right eyes
- Superseded in consumer electronics by the MPO (Multi-Picture Object) format, which stacks separate full-resolution JPEGs rather than squishing them side-by-side
Sigma-X3F
Sigma-X3F Strengths
- Provides absolute per-pixel color accuracy without the interpolation artifacts or moiré patterns typical of Bayer-sensor RAW files
- Unique 'FOVb' magic byte signature prevents accidental misidentification by standard file sniffers, unlike many TIFF-based raw formats
- Incredible sharpness and detail resolution at the raw sensor level
Limitations
- Decoding is extremely computationally expensive and completely proprietary, meaning third-party software often struggles to match the color science of Sigma's own (famously slow) Photo Pro application
- Massive file sizes because it records three complete RGB channels for every single spatial pixel coordinate
- Zero support in web browsers or standard OS image viewers
When to choose which format
JPS
Use JPS when…
- Stereoscopic 3D Photography
- Virtual Reality (VR) Image Galleries
- Cross-eye / Parallel Stereograms
Sigma-X3F
Use Sigma-X3F when…
- Professional Digital Photography
- Sigma / Foveon High-Acuity Imaging
- Non-destructive RAW Post-Processing