#include <iclexif.h>
Link against: jpegexifplugin.lib
| class CJPEGExifEncoder : public CImageEncoder |
| Public Member Functions | |
|---|---|
| ~CJPEGExifEncoder() | |
| IMPORT_C MExifMetadata * | ExifMetadata() |
| IMPORT_C CJPEGExifEncoder * | NewL() |
| Protected Member Functions | |
|---|---|
| CJPEGExifEncoder() | |
| IMPORT_C void | ConstructL() |
| Inherited Enumerations | |
|---|---|
| CImageEncoder:TOptions | |
Provides access to the exif jpeg encoder.
This class provides functions to encode jpeg images held in files or descriptors.
| IMPORT_C void | ConstructL | ( | ) | [protected] |
Initialises an exif encoder.
A leave occurs if the associated ICL plugin could not be instanciated
| IMPORT_C MExifMetadata * | ExifMetadata | ( | ) |
gets the metadata associated to this instance of the encoder
NULL is returned if no metadata was found
| IMPORT_C CJPEGExifEncoder * | NewL | ( | ) | [static] |
Reimplemented from CImageEncoder::NewL()
Constructs a new exif encoder.
A leave occurs if there is insufficient memory available.