ExifInterface Class Reference

#include <gfx_image_exif.h>

Inheritance diagram for ExifInterface:

Detailed Description

This class allows to deal with EXIF chunks in image files.

Public Types

using RESTRICT_DICTIONARY_PROPS = EXIFDATA::RESTRICT
 

Public Member Functions

MAXON_METHOD Result< DataDictionary > GetExifDictionary () const
 

Private Member Functions

 MAXON_INTERFACE (ExifInterface, MAXON_REFERENCE_NORMAL, "net.maxon.image.interface.exif")
 

Member Typedef Documentation

◆ RESTRICT_DICTIONARY_PROPS

using RESTRICT_DICTIONARY_PROPS = EXIFDATA::RESTRICT

Member Function Documentation

◆ MAXON_INTERFACE()

MAXON_INTERFACE ( ExifInterface  ,
MAXON_REFERENCE_NORMAL  ,
"net.maxon.image.interface.exif"   
)
private

◆ GetExifDictionary()

MAXON_METHOD Result<DataDictionary> GetExifDictionary ( ) const

Returns the full exif data dictionary. See EXIFDATA for the properties.