GFL_EXIF_ENTRY

GFL SDK

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_IFD0Main
    EXIF_IFD_02IFD 0 or Camera IFD
    EXIF_INTEROPERABILITY_IFD4Interoperability IFD
    EXIF_IFD_THUMBNAIL8Thumbnail IFD
    EXIF_GPS_IFD16GPS IFD
    EXIF_MAKERNOTE_IFD32Makernote 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