Expand description
Modules
- This is the low-level interface for the raw blocks of an image. See
exr::imagemodule for a high-level interface. - Contains the compression attribute definition and methods to compress and decompress data.
- Error type definitions.
- Data structures that represent a complete exr image. Contains generic structs that must be nested to obtain a complete image type.
- Simple math utilities.
- Describes all meta data possible in an exr file. Contains functionality to read and write meta data from bytes. Browse the
exr::imagemodule to get started with the high-level interface. - Export the most important items from
exrs. Note: This includes a type calledResult, possibly overwriting the defaultstd::Resulttype usage.