ImageProcessor::TEffectCustomTransformation Class Reference

#include <imageprocessor/imageprocessoreffect.h>

Link against: imageprocessor.lib

class ImageProcessor::TEffectCustomTransformation : public ImageProcessor::TEffect

Inherits from

Detailed Description

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

Member Function Documentation

SetInputL ( const TDesC & )

IMPORT_C voidSetInputL(const TDesC &aFilename)

Specifies the input file for the current CustomTransformation effect.

Parameters
aFilenameFilename specifying the custom transformation file to use when applying the effect.
Leave Codes
KErrNotReadyThe effect is not active.
KErrArgumentThe file name is not correct.

SetInputL ( const TDesC8 & )

IMPORT_C voidSetInputL(const TDesC8 &aBuffer)

Specifies the input buffer for the current CustomTransformation effect.

Parameters
aBufferBuffer containing the custom transformation to apply.
Leave Codes
KErrNotReadyThe effect is not active.