EXIF library (libexif) Internals  0.6.24
exif-mnote-data-fuji.h File Reference
Include dependency graph for exif-mnote-data-fuji.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _ExifMnoteDataFuji
 

Typedefs

typedef struct _ExifMnoteDataFuji ExifMnoteDataFuji
 

Functions

int exif_mnote_data_fuji_identify (const ExifData *ed, const ExifEntry *e)
 Detect if MakerNote is recognized as one handled by the Fuji module. More...
 
ExifMnoteDataexif_mnote_data_fuji_new (ExifMem *)
 

Typedef Documentation

◆ ExifMnoteDataFuji

Definition at line 1 of file exif-mnote-data-fuji.h.

Function Documentation

◆ exif_mnote_data_fuji_identify()

int exif_mnote_data_fuji_identify ( const ExifData ed,
const ExifEntry e 
)

Detect if MakerNote is recognized as one handled by the Fuji module.

Parameters
[in]edimage ExifData to identify as as a Fuji type
[in]eExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but duplicated here for convenience
Returns
0 if not recognized, nonzero if recognized. The specific nonzero value returned may identify a subtype unique within this module.

Definition at line 341 of file exif-mnote-data-fuji.c.

References _ExifEntry::data, and _ExifEntry::size.

Referenced by interpret_maker_note().

◆ exif_mnote_data_fuji_new()


libexif Generated by doxygen