EXIF library (libexif) Internals
0.6.24
|
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. More... | |
unsigned char * | data |
Pointer to thumbnail image, or NULL if not available. More... | |
unsigned int | size |
Number of bytes in thumbnail image at data . More... | |
ExifDataPrivate * | priv |
Represents the entire EXIF data found in an image.
Definition at line 46 of file exif-data.h.
unsigned char* _ExifData::data |
Pointer to thumbnail image, or NULL if not available.
Definition at line 52 of file exif-data.h.
Referenced by exif_data_dump(), exif_data_free(), exif_data_load_data_thumbnail(), exif_data_save_data_content(), fix_func(), and main().
ExifContent* _ExifData::ifd[EXIF_IFD_COUNT] |
Data for each IFD.
Definition at line 49 of file exif-data.h.
Referenced by entry_null_test(), exif_data_dump(), exif_data_free(), exif_data_load_data_content(), exif_data_log(), exif_data_new_mem(), exif_data_save_data(), exif_data_save_data_content(), exif_entry_get_value(), and main().
ExifDataPrivate* _ExifData::priv |
Definition at line 57 of file exif-data.h.
Referenced by exif_data_alloc(), exif_data_free(), exif_data_get_byte_order(), exif_data_get_data_type(), exif_data_get_log(), exif_data_get_mnote_data(), exif_data_load_data(), exif_data_load_data_content(), exif_data_load_data_entry(), exif_data_load_data_thumbnail(), exif_data_log(), exif_data_new_mem(), exif_data_ref(), exif_data_save_data(), exif_data_save_data_content(), exif_data_save_data_entry(), exif_data_set_byte_order(), exif_data_set_data_type(), exif_data_set_option(), exif_data_unref(), exif_data_unset_option(), fix_func(), and interpret_maker_note().
unsigned int _ExifData::size |
Number of bytes in thumbnail image at data
.
Definition at line 55 of file exif-data.h.
Referenced by exif_data_dump(), exif_data_load_data_thumbnail(), exif_data_save_data_content(), and main().