MImageConvOperation Class Reference
#include
<icl/imageconversionextensionintf.h>
class MImageConvOperation : public MImageConvExtension |
Detailed Description
Operation extension for Image Conversion Library. Allows rotation and mirror/flip.
Member Function Documentation
AddOperationL ( TImageConvOperation::TOperation )
Set up an operation be applied to the source. May be called more than once to set up a stack of operations, but it is not possible to add more than one operation in a single call.
-
leave
- if more than one TOperation enum is passed for each individual call
Parameter | Description | aOperation | An operation to be added to the current operation stack. |
Capabilities ( )
TUint
| Capabilities | ( | ) | const [pure virtual] |
Capabilities of the code plugin.
Returns: Bitmask combination of TOperation. Bit is set if decoder plugin supports the operation.
ClearOperationStack ( )
void | ClearOperationStack | ( | ) | [pure virtual] |
Remove all operations previously set.