ImageProcessor::TEffectCustomTransformation Class Reference

class ImageProcessor::TEffectCustomTransformation : public ImageProcessor::TEffect

The class provides functions to make a custom transformation with an image.

Inherits from

Constructor & Destructor Documentation

TEffectCustomTransformation(Plugin::MEffect &, CImageProcessorImpl &)

TEffectCustomTransformation ( Plugin::MEffect & aEffect,
CImageProcessorImpl & aImageProcessorImpl
) [private]

Parameters

Plugin::MEffect & aEffect
CImageProcessorImpl & aImageProcessorImpl

Member Functions Documentation

SetInputL(const TDesC &)

IMPORT_C void SetInputL ( const TDesC & aFilename )

Specifies the input file for the current CustomTransformation effect.

leave
KErrNotReady The effect is not active.
leave
KErrArgument The file name is not correct.

Parameters

const TDesC & aFilename Filename specifying the custom transformation file to use when applying the effect.

SetInputL(const TDesC8 &)

IMPORT_C void SetInputL ( const TDesC8 & aBuffer )

Specifies the input buffer for the current CustomTransformation effect.

leave
KErrNotReady The effect is not active.

Parameters

const TDesC8 & aBuffer Buffer containing the custom transformation to apply.