MImageConvExtension Class Reference

class MImageConvExtension

Image Conversion Library extensions. When applied together there is an implicit order for operations: 1. Crop or clip. 2. Scale 3. Rotate / flip.

In order to support an extension the codec plugin must implement the interface and return this interface through a call to CImageDecoderPlugin::GetExtensionL. Extension base class

Public Member Functions
voidIncrementRef()
voidRelease()
TUid Uid()

Member Functions Documentation

IncrementRef()

voidIncrementRef()[pure virtual]

Increment the reference count.

Release()

voidRelease()[pure virtual]

Called when the client has finished with this interface allowing the codec to clean up.

Uid()

TUid Uid()const [pure virtual]

Uid of extension interface.