EXIF library (libexif) Internals  0.6.24
_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. 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...
 
ExifDataPrivatepriv
 

Detailed Description

Represents the entire EXIF data found in an image.

Definition at line 46 of file exif-data.h.

Field Documentation

◆ data

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().

◆ ifd

◆ priv

◆ size

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().


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

libexif Generated by doxygen