imageSVG2PNGimageSVG2PNG
Generates PNGs from SVG
Home > Books > NetKernel API and Services Reference > Accessor Listing > Image Resource Model > imageSVG2PNG

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:util:image

The imageSVG2PNG accessor is exported by the urn:org:ten60:util:image module. Import this module to gain access to the accessor.

Syntax

URI
active:imageSVG2PNG

ArgumentRulesDescription
operandMandatory the SVG source
operatorOptional A SVG2PNG document with specification of the image to generate

Example Usage

DPML

<instr>
  <type>imageSVG2PNG</type>
  <operand>myimage.svg</operand>
  <operator>
    <SVG2PNG>
      <width>200</width>
    </SVG2PNG>
  </operator>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:imageSVG2PNG");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

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.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.