Type Definition exr::image::Layers

source · []
pub type Layers<Channels> = SmallVec<[Layer<Channels>; 2]>;
Expand description

A list of layers. Channels can be SpecificChannels or AnyChannels.

Trait Implementations

Generate the file meta data for this list of layers

The type of temporary writer

Create a temporary writer for this list of layers