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