[][src]Module exr::image::simple

Read and write all supported aspects of an exr image, excluding deep data and multiresolution levels. Use exr::image::full if you do need deep data or resolution levels.

Structs

Channel

Contains an arbitrary list of pixel data. Each channel can have a different pixel type, either f16, f32, or u32.

Image

An exr image.

Layer

A single layer of an exr image. Contains meta data and actual pixel information of the channels.

Enums

Samples

Actual pixel data in a channel. Is either one of f16, f32, or u32.

Type Definitions

Channels

List of channels in a Layer

Layers

List of layers in an image.