org.ten60.util.image.SVG2PNGUsed to create PNG bitmap from SVG vectors. |
Moduleurn:org:ten60:util:imageDefinitionFormat
<instr> <type>org.ten60.util.image.SVG2PNG</type> <operand>myimage.svg</operand> <operator> <SVG2PNG> <width>200</width> </SVG2PNG> </operator> <target>this:response</target> </instr>
Syntax| Element | Rules | Description | | type | Mandatory | org.ten60.util.image.SVG2PNG | | operand | Mandatory | the SVG source | | operator | Optional | A SVG2PNG document with specification of the image to generate | | target | Mandatory | The image resource |
|
Generates a PNG bitmap image of the SVG source provided in the operand.
The optional operator provides a SVG2PNG specification document which specifies image width. It is assumed
that the output is to 96dpi display.
(C) 2003, 1060 Research Limited