| class CJPEGExifDecoderPlugin : public CImageDecoderPlugin | 
The plugin API for Image Converter Library EXIF decoder plugins.
| Public Member Functions | |
|---|---|
| IMPORT_C MExifMetadata * | ExifMetadata() | 
| IMPORT_C MExifMetadata * | ExifMetadata | ( | ) | [pure virtual] | 
Returns the EXIF metadata associated with the image being decoded. This is a pure virtual function that each individual plugin must implement.
A pointer to the metadata. NULL if there is no metadata available.