|
EXIF library (libexif) API 0.6.25
|
Represents the entire EXIF data found in an image. More...
#include <exif-data.h>
Data Fields | |
| ExifContent * | ifd [EXIF_IFD_COUNT] |
| Data for each IFD. | |
| unsigned char * | data |
| Pointer to thumbnail image, or NULL if not available. | |
| unsigned int | size |
Number of bytes in thumbnail image at data. | |
| ExifDataPrivate * | priv |
Represents the entire EXIF data found in an image.
| unsigned char* _ExifData::data |
Pointer to thumbnail image, or NULL if not available.
Referenced by exif_data_dump().
| ExifContent* _ExifData::ifd[EXIF_IFD_COUNT] |
Data for each IFD.
Referenced by exif_data_dump(), exif_data_foreach_content(), exif_data_log(), exif_data_new_mem(), exif_data_save_data(), and exif_entry_get_value().
| unsigned int _ExifData::size |
Number of bytes in thumbnail image at data.
Referenced by exif_data_dump().