#include <icl/imageconversionextensionintf.h>
class MImageConvExtension |
Public Member Functions | |
---|---|
pure virtual void | IncrementRef() |
pure virtual void | Release() |
pure virtual TUid | Uid() |
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