EXIF library (libexif) API 0.6.25
_ExifData Struct Reference

Represents the entire EXIF data found in an image. More...

#include <exif-data.h>

Collaboration diagram for _ExifData:
[legend]

Data Fields

ExifContentifd [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

Detailed Description

Represents the entire EXIF data found in an image.

Field Documentation

◆ data

unsigned char* _ExifData::data

Pointer to thumbnail image, or NULL if not available.

Referenced by exif_data_dump().

◆ ifd

◆ size

unsigned int _ExifData::size

Number of bytes in thumbnail image at data.

Referenced by exif_data_dump().


The documentation for this struct was generated from the following file: