Module exr::meta::header

source ·
Expand description

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

Modules

Structs

  • Describes a single layer in a file. A file can have any number of layers. The meta data contains one header per layer.
  • Includes mandatory fields like pixel aspect or display window which must be the same for all layers. For more attributes, see struct 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.