HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

Struct to define attributes of an embedded preview image. More...

#include <openexr_attr.h>

Public Attributes

uint32_t width
 
uint32_t height
 
size_t alloc_size
 
const uint8_t * rgba
 

Detailed Description

Struct to define attributes of an embedded preview image.

Definition at line 359 of file openexr_attr.h.

Member Data Documentation

size_t exr_attr_preview_t::alloc_size

If this is non-zero, the preview owns the data, if 0, is a const ref.

Definition at line 364 of file openexr_attr.h.

uint32_t exr_attr_preview_t::height

Definition at line 362 of file openexr_attr.h.

const uint8_t* exr_attr_preview_t::rgba

Definition at line 366 of file openexr_attr.h.

uint32_t exr_attr_preview_t::width

Definition at line 361 of file openexr_attr.h.


The documentation for this struct was generated from the following file: