Image MIME Reference
JPS
JPEG Stereo Image
image/x-jps
VS
SealedMedia SoftSeal GIF
image/vnd.sealedmedia.softseal.gif
SoftSeal-GIF
A complete technical comparison of JPEG Stereo Image and SealedMedia SoftSeal GIF — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
JPS wins on browser support
Feature Support
| Feature | JPS | SoftSeal-GIF |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | Yes | ✕ No |
| ICC Color Profile | Yes | ✕ No |
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
SealedMedia SoftSeal GIF
image/vnd.sealedmedia.softseal.gif
Extension
.sgif.sealed-gif
Container
SealedMedia SoftSeal Wrapper
Compression
Encrypted Payload (LZW)
Algorithm
AES EncryptionLZW (Internal GIF payload)
Color Depth
Encrypted Payload (Historically up to 8-bit Indexed)
Developed by
SealedMedia (Acquired by Oracle Corporation)
Released
Late 1990s
Magic Bytes
Unknown (Proprietary SealedMedia Container)
Browser Support Comparison
| Browser | JPS | SoftSeal-GIF |
|---|---|---|
|
|
✓ 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
SoftSeal-GIF
SoftSeal-GIF Strengths
- Provided robust, persistent security that traveled with the file, ensuring images could not be leaked even if sent outside the corporate firewall
- Enabled dynamic revocation, meaning administrators could instantly kill access to a file globally
Limitations
- Completely proprietary and dependent on an active authentication server; if the DRM server dies, the image is permanently locked
- Zero support in modern operating systems, web browsers, or standard image editing suites without heavy enterprise client installations
- Often caused massive friction for legitimate end-users trying to view documents
When to choose which format
JPS
Use JPS when…
- Stereoscopic 3D Photography
- Virtual Reality (VR) Image Galleries
- Cross-eye / Parallel Stereograms
SoftSeal-GIF
Use SoftSeal-GIF when…
- Enterprise Information Rights Management (IRM)
- Secure Distribution of Corporate Assets
- Revocable Medical, Legal, or Financial Imaging