TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Image.Clip

Short Name:
  • class Image.Clip
Derived From:
Fields:

Shrinks the given image by cutting away rows and column at the image edges, which produces a subrectangle clip.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required image Image
# != null
 

The image to clip.

required x number
# >= 0
 

X-coordinate of top-left corner of subrectangle clip.

required y number
# >= 0
 

X-coordinate of top-left corner of subrectangle clip.

required width number
# >= 0
 

Height of the subrectangle clip, in pixels.

required height number
# >= 0
 

Height of the subrectangle clip, in pixels.

external info Image.Info    

Contains information about the image data source, including image format and embedded georeferencing information.