|
|
|
|
Location:
ICLExif.h
Link against: jpegexifplugin.lib
class CJPEGExifTransformExtension : public CImageTransformPluginExtension;
extension for exif Image Transform
This class gives access to the exif metadata in a jpeg image during the transform 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
Defined in CJPEGExifTransformExtension:
ExifMetadata()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CImageTransformPluginExtension:
ReservedVirtual1(),
ReservedVirtual2(),
ReservedVirtual3(),
ReservedVirtual4(),
Uid()
virtual IMPORT_C MExifMetadata *ExifMetadata();
Gets the metadata associated with this instance of the exif transform
returns NULL if no metadata was found
|