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.

leave
KErrNotReady The effect is not active.
leave
KErrArgument The file name is not correct.
ParameterDescription
aFilenameFilename specifying the custom transformation file to use when applying the effect.

SetInputL ( const TDesC8 & )

IMPORT_C voidSetInputL(const TDesC8 &aBuffer)

Specifies the input buffer for the current CustomTransformation effect.

leave
KErrNotReady The effect is not active.
ParameterDescription
aBufferBuffer containing the custom transformation to apply.