MImageConvExtension Class Reference

#include <icl/imageconversionextensionintf.h>

class MImageConvExtension
Public Member Functions
pure virtual voidIncrementRef()
pure virtual voidRelease()
pure virtual TUid Uid()

Detailed Description

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

Member Function 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.