imagePropertiesimageProperties
Report an image's properties.
Home > Books > NetKernel API and Services Reference > Accessor Listing > Image Resource Model > imageProperties

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


Module

urn:org:ten60:util:image

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

Syntax

URI
active:imageProperties

ArgumentRulesDescription
operandMandatory the Java bitmap image

Example Usage

DPML

<instr>
  <type>imageProperties</type>
  <operand>var:myimage</operand>
  <target>this:response</target>
</instr>

NetKernel Foundation API

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

Purpose

Provides a report of the properties of an image.

imageProperties accepts an ImageAspect resource which holds a Java AWT bitmap image and returns an XML report like:

<properties>
  <width>50</width>
  <height>50</height>
</properties>
© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.