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