ImageProcessor::TEffectCustomTransformation Class Reference
#include
<imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectCustomTransformation : public ImageProcessor::TEffect |
Inherits from
- ImageProcessor::TEffectCustomTransformation
Detailed Description
The class provides functions to make a custom transformation with an image.
Member Function 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.
Parameter | Description | 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.
Parameter | Description | aBuffer | Buffer containing the custom transformation to apply. |