|
|
|
|
Location:
ExifJpegTransformExtension.h
Link against: exiflib.lib
class CJpegTransformExtension : public CJPEGExifTransformExtension;
Extension to the Jpeg imageTransform plugin
This class is intended to offer a method to the user to retreive the exif metadata during an imageTransform operation.
CBase - Base class for all classes to be instantiated on the heap
CImageTransformPluginExtension - This class should be derived by a plugin writer wishing to extend the client API defined in
CJPEGExifTransformExtension - extension for exif Image Transform
CJpegTransformExtension - Extension to the Jpeg imageTransform plugin
Defined in CJpegTransformExtension:
ExifMetadata(), Uid()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CImageTransformPluginExtension:
ReservedVirtual1(),
ReservedVirtual2(),
ReservedVirtual3(),
ReservedVirtual4()
virtual const TUid Uid() const;
Getter of the Uid of this extension
|
virtual MExifMetadata *ExifMetadata();
Getter of the exif metadata
|