Convert MOS to HDR

Drag and drop files here or click to select.
Max file size 100mb.
Uploading progress:

MOS vs HDR Format Comparison

AspectMOS (Source Format)HDR (Target Format)
Format Overview
MOS
Leaf RAW Image

Leaf's proprietary RAW format used by Leaf medium format digital backs. MOS files store unprocessed sensor data from high-end digital backs designed for studio, fashion, and commercial photography, capturing extremely high resolution images with precise color accuracy.

Lossless RAW
HDR
Radiance RGBE High Dynamic Range

The Radiance RGBE format, created in 1985 by Greg Ward for the Radiance lighting simulation system. HDR stores pixel data as 32-bit floating point values per channel, enabling representation of luminance ranges far beyond standard displays — from deep shadows to brilliant highlights in a single image file.

Lossless Standard
Technical Specifications
Color Depth: 12/14-bit RAW sensor data
Compression: Lossless RAW compression
Transparency: Not supported
Animation: Not supported
Extensions: .mos
Color Depth: 32-bit float per channel (RGBE encoding)
Compression: Run-length encoding (RLE)
Transparency: Not supported
Animation: Not supported
Extensions: .hdr, .pic
Image Features
  • Sensor Data: Unprocessed Bayer pattern from Leaf digital backs
  • Dynamic Range: 12-14 stops from medium format sensor
  • White Balance: Fully adjustable in post-processing
  • Resolution: 22-80 megapixels depending on back model
  • Metadata: Full EXIF with lens, exposure, and back data
  • Tethered Shooting: Designed for studio tethered workflows
  • Dynamic Range: Virtually unlimited luminance range (32-bit float)
  • RGBE Encoding: RGB + shared exponent for compact HDR storage
  • Tone Mapping: Required for display on standard monitors
  • Linear Light: Stores physically accurate light values
  • Environment Maps: Standard format for IBL lighting
  • Scene-Referred: Preserves real-world luminance ratios
Processing & Tools

Reading MOS files with rawpy:

# Read Leaf RAW with rawpy
import rawpy
from PIL import Image
raw = rawpy.imread("photo.mos")
rgb = raw.postprocess(
    output_bps=16,
    use_camera_wb=True
)
img = Image.fromarray(rgb)

Creating HDR files with imageio:

# Write Radiance HDR
import imageio
import numpy as np

# Convert to float32 for HDR
hdr_data = rgb.astype(np.float32) / 65535.0
imageio.imwrite("output.hdr", hdr_data)
Advantages
  • Exceptional image quality from Leaf medium format backs
  • Full 12/14-bit sensor data for maximum editing headroom
  • Precise color accuracy for commercial photography
  • High resolution suitable for large format printing
  • Studio-oriented workflow with tethered capture
  • Wide dynamic range for demanding lighting conditions
  • 32-bit floating point precision per channel
  • Stores real-world luminance values without clipping
  • Industry standard for 3D rendering and VFX
  • Compact RGBE encoding reduces file size
  • Perfect for environment maps and IBL lighting
  • Scene-referred data preserves physical accuracy
Disadvantages
  • Very large file sizes (40-100 MB per image)
  • Requires specialized RAW software (Capture One, Leaf Capture)
  • Limited to Leaf digital back systems
  • Not viewable in web browsers
  • Leaf merged into Phase One, format is legacy
  • Not displayable without tone mapping software
  • No browser support for direct viewing
  • No transparency or alpha channel
  • RGBE encoding has limited precision in dark areas
  • Larger files than standard 8-bit formats
Common Uses
  • High-end studio and commercial photography
  • Fashion and beauty photography with Leaf backs
  • Product photography requiring precise color
  • Archival and museum digitization projects
  • Large format print production
  • 3D rendering and CGI environment lighting (IBL)
  • Architectural visualization and lighting studies
  • HDR photography for tone mapping workflows
  • VFX compositing with scene-referred data
  • Scientific imaging requiring wide luminance range
Best For
  • Leaf digital back users and studios
  • Commercial photographers requiring precise color
  • High-resolution archival digitization
  • Fashion and product photography studios
  • 3D artists needing environment maps
  • HDR imaging and tone mapping pipelines
  • Architectural lighting simulation
  • VFX compositing with physically accurate light
Version History
Introduced: 2000s (Leaf/Creo)
Current Version: MOS (Leaf Aptus/Credo series)
Status: Legacy (Leaf absorbed by Phase One)
Evolution: Leaf Valeo (2003) → Aptus (2005) → Aptus-II (2008) → Credo (2012) → Phase One acquisition
Introduced: 1985 (Greg Ward, Lawrence Berkeley Lab)
Current Version: Radiance RGBE (1991 standardized)
Status: Mature, industry standard for HDR
Evolution: Radiance (1985) → RGBE spec (1991) → OpenEXR alternative (2003) → still widely used
Software Support
Image Editors: Capture One, Leaf Capture, Adobe Lightroom
Web Browsers: No browser support
OS Preview: Windows/macOS via Capture One
Mobile: No native support
CLI Tools: rawpy, dcraw, LibRaw
Image Editors: Photoshop, GIMP, Luminance HDR, Photomatix
Web Browsers: No native browser support
OS Preview: Windows (HDR viewer), macOS (Preview limited)
Mobile: Specialized HDR apps only
CLI Tools: ImageMagick, Radiance, imageio, OpenCV

Why Convert MOS to HDR?

Converting MOS to HDR transforms Leaf digital back RAW captures into Radiance's 32-bit floating point format, preserving the full dynamic range that these professional medium format sensors record. Leaf digital backs are renowned for their color precision and tonal range in studio environments, and the HDR format ensures none of that captured luminance data is lost to integer quantization or clipping.

For product and commercial photographers using Leaf backs, the MOS to HDR pipeline is valuable when images need to serve dual purposes — both as final deliverables and as lighting reference for CGI integration. A product shot captured on a Leaf back and converted to HDR can serve as the environment map that lights a 3D-rendered version of the same product, ensuring perfect visual consistency between photographed and rendered elements.

Architectural firms and interior designers use MOS to HDR conversion when Leaf-captured documentation photos need to inform lighting simulation software. The HDR file preserves the actual luminance measurements from the scene, allowing software like Radiance to analyze real illumination levels for energy efficiency studies or redesign planning.

The conversion applies professional demosaicing to the Leaf sensor data, preserving the back's characteristic color accuracy while mapping values to 32-bit float. The resulting HDR files maintain the exceptional quality that makes Leaf backs preferred for color-critical commercial work, now stored in a format optimized for high dynamic range workflows.

Key Benefits of Converting MOS to HDR:

  • Dynamic Range Preservation: Store full sensor range as 32-bit floating point
  • Color Precision: Maintain Leaf's renowned color accuracy in HDR encoding
  • CGI Integration: Use studio captures as IBL environment maps for 3D rendering
  • Lighting Analysis: Preserve physical luminance values for architectural studies
  • Tone Mapping Freedom: Apply different tone mapping for various deliverables
  • Future Flexibility: Convert legacy Leaf archives to widely-supported HDR format
  • Studio Quality: Combine Leaf's studio precision with HDR's dynamic range storage

Practical Examples

Example 1: Product Photography CGI Integration

Scenario: A commercial studio converts Leaf digital back product shots to HDR for use as lighting reference in 3D product visualization.

Source: product_hero_shot.mos (80 MB, 56 MP, 14-bit RAW)
Conversion: MOS → HDR (32-bit float RGBE)
Result: product_hero_shot.hdr (48 MB, 32-bit float per channel)

Workflow:
1. Capture product with Leaf Credo 80 digital back
2. Convert MOS to HDR preserving studio lighting data
3. Use HDR as environment map for 3D product renders
4. CGI variations match real photography perfectly
✓ Consistent lighting between photo and CGI elements
✓ Leaf color precision maintained in HDR
✓ Multiple product variants rendered from one lighting setup

Example 2: Museum Digitization Archive

Scenario: A museum converts Leaf digital back captures of artwork to HDR for archival preservation with complete luminance information.

Source: painting_detail_004.mos (90 MB, 60 MP, 14-bit RAW)
Conversion: MOS → HDR (32-bit float)
Result: painting_detail_004.hdr (55 MB, full dynamic range)

Benefits:
✓ Preserves varnish reflections and deep shadow detail
✓ Color-accurate reproduction of pigments and media
✓ Enables virtual relighting for conservation studies
✓ Long-term archival in standardized format
✓ Leaf color science ideal for art reproduction

Example 3: Fashion Studio Lighting Reference

Scenario: A fashion studio converts Leaf back captures to HDR for sharing lighting setups with remote retouchers and CGI teams.

Source: editorial_look_012.mos (75 MB, 50 MP, 14-bit RAW)
Conversion: MOS → HDR (32-bit float RGBE)
Result: editorial_look_012.hdr (45 MB, scene-referred)

Studio workflow:
✓ HDR preserves exact studio lighting ratios
✓ Remote retouchers understand light direction from HDR
✓ CGI background extensions match real lighting
✓ Multiple tone-mapped versions for different publications
✓ Leaf's skin tone rendering preserved in float precision

Frequently Asked Questions (FAQ)

Q: What is the MOS format?

A: MOS is Leaf's proprietary RAW format used by Leaf medium format digital backs including the Aptus, Aptus-II, and Credo series. Leaf digital backs are high-end camera backs attached to medium format camera bodies, used primarily in commercial and studio photography for their exceptional color accuracy and resolution.

Q: Why use HDR instead of TIFF for Leaf captures?

A: While 16-bit TIFF preserves excellent quality, HDR's 32-bit floating point format stores actual luminance values without the integer quantization that TIFF imposes. This matters for 3D lighting, VFX compositing, and lighting analysis where physically accurate values are essential. For standard photography output, TIFF remains excellent.

Q: Which Leaf digital backs produce MOS files?

A: Leaf Valeo, Aptus 17/22/54/65/75, Aptus-II series, and Credo 40/50/60/80 digital backs all produce MOS files. These backs are mounted on Mamiya, Hasselblad, or Sinar camera bodies for studio use.

Q: Can HDR files preserve Leaf's color accuracy?

A: Yes. The HDR format's 32-bit float precision exceeds the 14-bit depth of Leaf sensors, so no color information is lost. The demosaicing process applies appropriate color science, and the floating point storage preserves subtle color gradations that integer formats may quantize.

Q: How does MOS to HDR conversion work?

A: The conversion demosaics the Leaf sensor's Bayer pattern data, applies white balance and color corrections, then stores the result as 32-bit floating point values in Radiance RGBE encoding. The RGBE format uses a shared exponent to efficiently represent the wide luminance range while keeping file sizes manageable.

Q: Are MOS files still being produced?

A: Leaf was absorbed by Phase One, and current Phase One digital backs use the IIQ format instead. MOS files are produced by older Leaf Aptus and Credo backs that are still in active studio use. Converting legacy MOS archives to HDR ensures long-term accessibility.

Q: What tone mapping software works best with HDR files from Leaf captures?

A: Luminance HDR, Photomatix Pro, and Adobe Photoshop's HDR tools all work well. For 3D lighting use, load the HDR directly into your rendering engine. For photographic output, Luminance HDR offers multiple tone mapping operators to create the desired look.

Q: Is there a file size limit for MOS to HDR conversion?

A: Our converter handles MOS files of any size from Leaf digital backs, including the largest Credo 80 captures at 80 megapixels. Processing time scales with resolution, but the conversion produces optimized HDR output with efficient RGBE encoding.