This is a demo store for testing purposes — no orders shall be fulfilled. Dismiss

Skip to navigation Skip to content
Realistec
  • Home
  • Our Tech
    • Instant 3D Lenticular
    • eMotion Prints
    • Single Lens Stereo
    • Kirigami Prints
    • Immersive Phantograms (coming soon)
  • Photobooth Packages
  • Event Extras
    • Digital Assets
    • Backdrops & Elements
    • Props & Costumes
    • Albums & Accessories
    • Analog Cameras & Film
  • Spatial Prints
  • Account
  • Home
  • Our Tech
    • Instant 3D Lenticular
    • eMotion Prints
    • Single Lens Stereo
    • Kirigami Prints
    • Immersive Phantograms (coming soon)
  • Photobooth Packages
  • Event Extras
    • Digital Assets
    • Backdrops & Elements
    • Props & Costumes
    • Albums & Accessories
    • Analog Cameras & Film
  • Spatial Prints
  • Account
  • $0.00 0 items
Home / Tutorials / Software / ExifTool

Category: ExifTool

Posted on April 10, 2025December 28, 2025 by admin — Leave a comment

Unveiling the Hidden Photo in a Leia Image Format (LIF) File

LitByLeia devices, such as the RED Hydrogen One smartphone and Lume Pad (2020) tablet, leverage JPEG file formats with embedded Leia Image Format (LIF) metadata. This proprietary encoding enables these devices’ unique lightfield displays to render depth information while ensuring easy file sharing compatibility. Unfortunately, most communication platforms and viewing devices flatten these 3D files into standard 2D images. The good news is you can extract the hidden right image in these JPEG files to create your own stereogram. Let’s explore two methods to do this.

Comparison of the observable left image and extracted right albedo image within LIF-embedded JPEG.

Prerequisite

The simplest way to move a LIF-embedded JPEG file from your LitByLeia device to a computer is through direct transfer. Here are a few options:

  • USB-C Cable: Connect your Leia device to a PC or Mac using a USB-C cable.
  • USB Storage: Copy the image to a USB drive and transfer it to another device.

If either of those direct transfer options are not possible then we recommend compressing the JPEG file into a ZIP archive and emailing yourself the file as an attachment to preserve the 3D quality of your spatial images.

Extracting the Right Image of the Stereoscopic Pair

The following methods for extracting hidden images depends on the version of the Camera app (Holocam) on your device. For newer versions of Holocam (like v1.22.7), Method #1 is recommended. We’ve tested this method with the specified version and it works. For older versions (like v1.14.0), Method #2 is suggested. Please note that these methods are mutually exclusive. If one works, the other will not.

Method #1: Using Photopea

Photopea is a free online photo editor that can handle various image formats, including JPEG files embedded with LIF metadata. Here’s how to extract the hidden image using Photopea:

1. Access the Editor: Navigate to photopea.com.

2. Initialize: If you are a first-time user, click the “Start using Photopea” button to enter the workspace.

3. Import Your File:

  • Click on “Open From Computer” in the center of the screen, or go to File > Open in the top menu.
  • Select your JPEG file with LIF metadata and click Open.

4. Verify Layers: Look at the Layers panel on the right side of the workspace to ensure all elements are visible and unlocked.

5. Extract All Assets:

  • Navigate to the File menu at the top left.
  • Select Export Layers (Note: In Photopea, this is the standard way to extract all individual layers at once).

6. Download: A dialog box will appear allowing you to choose the format (PNG, JPG, etc.). Once configured, click Save to download a .zip file containing all your extracted layers.

Method #2: Using ExifTool

ExifTool is a powerful command-line tool that can extract metadata from various image formats, including JPEG files embedded with Leia Lightfield Formatting. Here’s how to use it:

1. Download ExifTool: You can download it from https://exiftool.org/.

2. Install ExifTool: Follow the installation instructions for your operating system.

3. Open a command prompt or terminal: The exact steps may vary depending on your operating system.  To open the Command Prompt (CMD) in Windows, you can use the keyboard shortcut “Windows key + R” to open the Run dialog box, then type “cmd” and click OK.

4. Navigate to your directory: Use the  cd  command to change to the directory containing your photo.  In the following example, the file path “C:\Users\Realistec\Pictures” refers to a directory (or folder) on a Windows computer. Here’s a breakdown of its components:

  • C: This is the drive letter of the primary hard drive on the computer.
  • Users: This is a folder that typically contains subfolders for individual user accounts on the computer.
  • Realistec: This is the name of a specific user account on the computer.
  • Pictures: This is a subfolder within the user’s account that is typically used to store images and photos.

Therefore, the full path “C:\Users\Realistec\Pictures” points to the “Pictures” folder within the “Realistec” user account on the primary hard drive (C drive) of the computer.

Example: cd C:\Users\Realistec\Pictures

5. Run ExifTool: Start by using the following command to generate an output (*.txt) file with detailed metadata information:

 exiftool -a -u -g1 -w txt myphoto.jpg 

  • Remember to replace “exiftool” with the entire file path to your installation.
  • Also, remember to replace myphoto.jpg with the actual filename of your lightfield photo.
  • The text file will be saved as myphoto.txt 

Example: C:\Users\Realistec\Desktop\exiftool-12.97_64\exiftool -a -u -g1 -w txt IMG_20240705_16504194.jpg

6. Open the newly created sidecar text file: This file provides important metadata, including Image Size, Megapixels, and the Holocam software version.

7. Check for the ‘Right Albedo’ metatag: If the file contains this specific metatag, as shown below, proceed to the next step. Otherwise, follow the instructions in Method #1.

8. Extract the XMP-LImage: Use the following command to extract the right stereoscopic image, which is identified by the ‘-RightAlbedo’ Extensible Metadata Platform (XMP) tag:

 exiftool -b -RightAlbedo myphoto.jpg > myphoto_right.jpg 

  • Again, remember to replace “exiftool” with the entire file path to your installation, and replace “myphoto.jpg” with the actual filename.
  • Add “_right” to the second filename. 
  • The hidden right stereoscopic image will be extracted and saved as myphoto_right.jpg

Example: C:\Users\Realistec\Desktop\exiftool-12.97_64\exiftool -b -RightAlbedo IMG_20240705_16504194.jpg > IMG_20240705_16504194_right.jpg

Additional Info

The right image has a lower resolution (1280×720) compared to the left image (3840×2160). To achieve a seamless stereoscopic viewing experience, either the right image will need to be upscaled (resampled) to match the left image’s resolution or the left image will need to be downscaled to match the right image’s resolution.

To help your stereogram software correctly combine the images, make a copy of the original (left) image and rename it “myphoto_left.jpg.” This will make it easier for the software to identify and pair the images.

Conclusion

By following these methods, you can successfully extract the hidden image from your LIF files and enjoy them on various devices and platforms.

Wigglegram (aka Animated GIF) using both the visible left image and hidden right image
Categories: ExifTool, Hardware, Leia Lume Pad, RED Hydrogen One, Software, Tutorials
Tags: 3D lightfield, 3D Photography, 4-View images, depth maps, Digital Photography, file extraction, file formats, hidden data, hidden photos, image metadata, image processing, Leia Image Format, Leia Inc, LeiaPlayer, LIF file, lightfield technology, Lume Pad, metadata unveiling, Red Hydrogen One, stereoscopic conversion, stereoscopic imaging
Posted on December 18, 2024December 26, 2025 by admin — Leave a comment

Extracting Depth Maps from Your Samsung Galaxy Photos

If you have a Samsung Galaxy phone that takes Dual Capture photos while in Portrait mode like the Samsung S10+ then you might have run into some trouble trying to extract the embedded depth map from the photo. Many online tools designed to extract depth maps fail to recognize the hidden depth metadata of these images because they were originally developed for the Google Camera app called Lens Blur. This leads them to incorrectly assume the photos are flat. The screenshot below shows an example where no depth data was found using a popular app.

While web-based image editors are also convenient, they may not always recognize depth maps as a separate layer, let alone provide the ability to view it. The screenshot below shows that same Portrait-mode image file where no depth data was found.

Using ExifTool (Version 12.30 or newer) to Extract Depth Maps

Don’t worry, there’s a solution! You can use the free software called ExifTool to extract the depth map yourself. ExifTool, a versatile command-line tool, is ideal for extracting and manipulating metadata from various image file formats.  An update to ExifTool was released in August 2021 to decode DepthMapTiff from JPEG images of more Samsung models.

Comparison of observable Portrait-Mode image with Color Point effect applied and extracted Depth Map TIFF image

Here’s a basic guide to get you started:

1. Download ExifTool: You can download it for free from https://exiftool.org/.

2. Install ExifTool: Follow the installation instructions for your operating system.

3. Open a command prompt or terminal: The exact steps may vary depending on your operating system.  To open the Command Prompt (CMD) in Windows, you can use the keyboard shortcut “Windows key + R” to open the Run dialog box, then type “cmd” and click OK.

4. Navigate to your directory: Use the  cd  command to change to the directory containing your photo.  In the following example, the file path “C:\Users\Realistec\Pictures” refers to a directory (or folder) on a Windows computer. Here’s a breakdown of its components:

  • C: This is the drive letter of the primary hard drive on the computer.
  • Users: This is a folder that typically contains subfolders for individual user accounts on the computer.
  • Realistec: This is the name of a specific user account on the computer.
  • Pictures: This is a subfolder within the user’s account that is typically used to store images and photos.

Therefore, the full path “C:\Users\Realistec\Pictures” points to the “Pictures” folder within the “Realistec” user account on the primary hard drive (C drive) of the computer.

Example: cd C:\Users\Realistec\Pictures

5. Run ExifTool: Start by using the following command to generate an output (*.txt) file with detailed metadata information:

 exiftool -a -u -g1 -w txt myphoto.jpg 

  • Remember to replace “exiftool” with the entire file path to your installation.
  • Also, remember to replace myphoto.jpg with the actual filename of your photo.
  • The text file will be saved as myphoto.txt 

Example: C:\Users\Realistec\Desktop\exiftool-12.97_64\exiftool -a -u -g1 -w txt 20240901_113727.jpg

6. Open the newly created sidecar text file: This file provides important metadata, including Image Size, Megapixels, and Depth Map details.

7. Check for the ‘Depth Map Tiff’ Metadata Tag: If the file contains this specific metatag, as shown below, proceed to the next step.

8. Extract the Depth Map: Use the following command to extract the depth map image, which is identified by the ‘-DepthMapTiff’ Composite Tag:

exiftool -b -DepthMapTiff myphoto.jpg > myphoto_depth.jpg

  • Again, remember to replace “exiftool” with the entire file path to your installation, and replace “myphoto.jpg” with the actual filename.
  • Add “depth” to the second filename. 
  • The hidden depth map image will be extracted and saved as myphoto_depth.jpg

Example: C:\Users\Realistec\Desktop\exiftool-12.97_64\exiftool -b -DepthMapTiff 20240901_113727.jpg > 20240901_113727_depth.jpg

9. Extract the Embedded Image: Copy the last command by pressing the up arrow key. Then, replace “-DepthMapTiff” with “-EmbeddedImage” by pressing the left arrow key and backspace to delete. You will also need to replace “_right” with “_image” to create a new file.  The command will look like this:

exiftool -b -EmbeddedImage myphoto.jpg > myphoto_image.jpg

Example: C:\Users\Realistec\Desktop\exiftool-12.97_64\exiftool -b -EmbeddedImage 20240901_113727.jpg > 20240901_113727_image.jpg

That’s it! If done correctly, you should have the original photo, a depth map, an unfiltered image, and a metadata text file.

Now that you have your depth map, you can use it for a variety of applications, from creating depth-of-field effects to generating creative assets like perspective-shifted animated GIFs and videos.

Perspective-shifted animated MP4 video example
Categories: ExifTool, Software, Tutorials
Tags: 3D Photography, command-line tool, depth extraction, depth maps, DepthMapTiff, Digital Photography, Dual Capture, EmbeddedImage, image processing, JPEG, metadata, metadata extraction, photo editing, photography, Portrait mode, Samsung Galaxy, Samsung S10+, technical guide, tutorial

Contact Us

612-56-BOOTH
sales@realistec.com

Other Stuff

Team

Blog

Terms of Use

Privacy Policy

Socials

© Realistec 2026
Privacy PolicyBuilt with WooCommerce.
  • My Account
  • Search
  • Cart 0