Free webp to jpg
Image MIME Reference
JPS

JPEG Stereo Image

image/x-jps
VS

Sony SR2 Raw Image

image/x-sony-sr2
Sony-SR2

A complete technical comparison of JPEG Stereo Image and Sony SR2 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 Sony-SR2
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
Full JPS reference →
Sony SR2 Raw Image
image/x-sony-sr2
Extension
.sr2
Container TIFF-based (Proprietary)
Compression Uncompressed / Sony Proprietary Lossless
Algorithm
NoneSony Proprietary Lossless
Color Depth 12-bit (Per Channel)
Developed by Sony Corporation
Released 2005
Magic Bytes
49 49 2A 00
Full Sony-SR2 reference →

Browser Support Comparison

Browser JPS Sony-SR2
Chrome Chrome
✓ 1
Firefox Firefox
✓ 1
Safari Safari
✓ 1
Edge Edge
✓ 12
IE IE (Legacy)
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
Sony-SR2

Sony-SR2 Strengths

  • Retains raw, unprocessed sensor data from legacy cameras, allowing modern raw processors to extract vastly superior image quality than what was possible in 2005
  • Utilizes a standard TIFF container structure, ensuring that community-maintained open-source decoding libraries (like LibRaw) can easily parse and maintain support for it indefinitely
Limitations
  • Completely obsolete format that has not been utilized in a new camera release in over a decade
  • MIME detection via magic bytes is unreliable due to TIFF header spoofing, requiring deeper EXIF inspection
  • Cannot be natively viewed in web browsers or standard operating system image viewers without specialized decoders

When to choose which format

JPS
Use JPS when…
  • Stereoscopic 3D Photography
  • Virtual Reality (VR) Image Galleries
  • Cross-eye / Parallel Stereograms
Sony-SR2
Use Sony-SR2 when…
  • Legacy Sony Cyber-shot/Alpha Photography
  • Non-destructive Image Post-Processing
  • Raw Imaging Archival
Share this comparison