
#include <XMP_Const.h>
Public Member Functions | |
| XMP_ThumbnailInfo () | |
| Default constructor. | |
Public Attributes | |
| XMP_FileFormat | fileFormat |
| The format of the containing file. | |
| XMP_Uns32 | fullWidth |
| Full image size in pixels. | |
| XMP_Uns32 | tnailWidth |
| Thumbnail image size in pixels. | |
| XMP_Uns16 | fullOrientation |
| Orientation of full image and thumbnail, as defined by Exif for tag 274. | |
| const XMP_Uns8 * | tnailImage |
Raw image data from the host file, valid for life of the owning XMPFiles object. Do not modify! | |
| XMP_Uns32 | tnailSize |
| The size in bytes of the thumbnail image data. | |
| XMP_Uns8 | tnailFormat |
| The format of the thumbnail image data. | |
| XMP_Uns8 | pad1 |
| Padding to make the struct's size be a multiple 4. | |