HDK
|
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 |
Struct to define attributes of an embedded preview image.
Definition at line 328 of file openexr_attr.h.
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 333 of file openexr_attr.h.
uint32_t exr_attr_preview_t::height |
Definition at line 331 of file openexr_attr.h.
const uint8_t* exr_attr_preview_t::rgba |
Definition at line 335 of file openexr_attr.h.
uint32_t exr_attr_preview_t::width |
Definition at line 330 of file openexr_attr.h.