Moduleurn:org:ten60:util:image
The
imageSerialize
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 | Optional | A format document with type of image format to use |
Example UsageDPML<instr> <type>imageSerialize</type> <operand>var:myimage</operand> <operator> <imageSerialize> <format>jpg</format> </imageSerialize> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:imageSerialize");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |