Moduleurn:org:ten60:util:image
The
imageRotate
accessor is exported by the urn:org:ten60:util:image module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the Java bitmap image | operator | Mandatory | A format document with the rotation to apply |
Example UsageDPML<instr> <type>imageRotate</type> <operand>var:myimage</operand> <operator> <imageRotate> <angle>100</angle> </imageRotate> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:imageRotate");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |