#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
| class ImageProcessor::TEffectCustomTransformation : public ImageProcessor::TEffect |
| Public Member Functions | |
|---|---|
| IMPORT_C void | SetInputL(const TDesC &) |
| IMPORT_C void | SetInputL(const TDesC8 &) |
| Inherited Enumerations | |
|---|---|
| ImageProcessor::TEffect:TEffectInputType | |
The class provides functions to make a custom transformation with an image.
| IMPORT_C void | SetInputL | ( | const TDesC & | aFilename | ) |
Specifies the input file for the current CustomTransformation effect.
| Parameters | |
|---|---|
| aFilename | Filename specifying the custom transformation file to use when applying the effect. |
| Leave Codes | |
|---|---|
| KErrNotReady | The effect is not active. |
| KErrArgument | The file name is not correct. |
| IMPORT_C void | SetInputL | ( | const TDesC8 & | aBuffer | ) |
Specifies the input buffer for the current CustomTransformation effect.
| Parameters | |
|---|---|
| aBuffer | Buffer containing the custom transformation to apply. |
| Leave Codes | |
|---|---|
| KErrNotReady | The effect is not active. |