GFL_EXIF_ENTRY
The GFL_EXIF_ENTRY structure contains one EXIF tag.
typedef struct ( GFL_UINT32 Flag, GFL_UINT32 Tag, const char * Name, const char * Value } GFL_EXIF_ENTRY
Members
- Flag
-
Directory of the tag.
EXIF_MAIN_IFD 0 Main EXIF_IFD_0 2 IFD 0 or Camera IFD EXIF_INTEROPERABILITY_IFD 4 Interoperability IFD EXIF_IFD_THUMBNAIL 8 Thumbnail IFD EXIF_GPS_IFD 16 GPS IFD EXIF_MAKERNOTE_IFD 32 Makernote IFD (Canon, Olympus, Minolta, Fuji, Nikon, Casio camera supported) - Tag
- Tag value.
- Name
- Pointer to a null-terminated string that contains the label of the tag.
- Value
- Pointer to a null-terminated string that contains the value of the tag.
See also