Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

OpenEXR (.exr)

Background & Context

Import

Import Elements

Options

Examples

open allclose all

Basic Examples  (3)

Import an OpenEXR file:

Import the list of images from a multi-resolution OpenEXR file:

Summary of an file:

Scope  (3)

Import  (3)

Import all images:

Import the first image:

Import metadata such as image size:

Summary of a tiled OpenEXR file:

Summary of a multi-view OpenEXR file:

Import Elements  (31)

Available Elements  (2)

List of available elements:

Import all elements as a list of rules:

Data Representation  (13)

"ChannelData"  (2)

Import the data channels as NumericArray objects:

Import only specific channels:

"ChannelImageList"  (2)

Import the data channels as Image objects:

Import only specific channels:

"Data"  (2)

Import the image data as NumericArray objects:

Import specific views:

"Graphics"  (1)

Import the first image as a Graphics object:

"GraphicsList"  (2)

Import the data as Graphics objects:

Import specific views:

"Image"  (1)

Import the first image as an Image object:

This is the default element:

"ImageList"  (2)

Import the data as Image objects:

Import specific views:

"Thumbnail"  (1)

Import a thumbnail of the first image:

Metadata  (16)

"Attributes"  (1)

Import the file attributes:

"BitDepth"  (1)

Import the bit depth per view:

"ChannelNames"  (1)

Import the channel names per view:

"Channels"  (1)

Import the channel count per view:

"ColorSpace"  (1)

Import the color space per view:

"Compression"  (1)

Import the compression used:

"DataWindow"  (1)

Import the data window:

"DisplayWindow"  (1)

Import the display window:

"LevelCount"  (1)

Import the number of levels per view:

"ImageCount"  (1)

Import the number of the views:

"ImageNames"  (1)

Import the names of the views:

"ImageMode"  (1)

Import the mode of the file:

"ImageSizeRoundingMode"  (1)

Import the rounding mode used in tiled images when downsampling:

"ImageSize"  (1)

Import the image size of the first image:

"Summary"  (1)

Import the file summary:

"SummarySlideView"  (1)

Import the summary per view:

Import Options  (2)

ImageSize  (1)

By default, images are imported in their full resolution:

Specify the raster size of the imported JPEG image:

"ImageTopOrientation"  (1)

By default, images are imported with the native orientation:

Specify the side that is supposed to be on the top:

Export Options  (1)

"ImageMode"  (1)

By default, the image mode is automatically chosen based on the expression.

A single image is exported as a "Scanline":

Specify the image mode on export:

When needed, low-resolution images are automatically generated and stored in the file:

Properties & Relations  (1)

Create an image pyramid and store in an OpenEXR file:

Look at the summary of the created file:

Top