Module exr::meta::header[][src]

Expand description

Contains collections of common attributes. Defines some data types that list all standard attributes.

Modules

standard_names

Collection of required attribute names.

Structs

Header

Describes a single layer in a file. A file can have any number of layers. The meta data contains one header per layer.

ImageAttributes

Includes mandatory fields like pixel aspect or display window which must be the same for all layers. For more attributes, see struct LayerAttributes.

LayerAttributes

Does not include the attributes required for reading the file contents. Excludes standard fields that must be the same for all headers. For more attributes, see struct ImageAttributes.