Moduleurn:org:ten60:util:image
The
imageText2PNG
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 Fragment OK | the text source | operator | Mandatory | A text2PNG document with specification of the image to generate |
Example UsageDPML<instr> <type>imageText2PNG</type> <operand>mydocument.xml#xpointer(/root/text)</operand> <operator> <text2PNG> <fontface>Serif</fontface> <fontsize>20</fontsize> <color>888844</color> <bgcolor>FFFFFF</bgcolor> </text2PNG> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:imageText2PNG");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |