This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | ExifIfd { EXIF_IFD_0 = 0, EXIF_IFD_1, EXIF_IFD_EXIF, EXIF_IFD_GPS, EXIF_IFD_INTEROPERABILITY, EXIF_IFD_COUNT } |
Functions | |
const char * | exif_ifd_get_name (ExifIfd ifd) |
enum ExifIfd |
EXIF_IFD_0 | |
EXIF_IFD_1 | |
EXIF_IFD_EXIF | |
EXIF_IFD_GPS | |
EXIF_IFD_INTEROPERABILITY | |
EXIF_IFD_COUNT |
Definition at line 24 of file exif-ifd.h.
const char* exif_ifd_get_name | ( | ExifIfd | ifd | ) |
Definition at line 40 of file exif-ifd.c.
References ExifIfdTable, and name.
Referenced by exif_content_fix(), exif_data_dump(), exif_data_load_data_content(), and exif_data_save_data_content().