Grid Description Name class Tinman.Image.Grid Derived from Image Arranges the given images in a regular grid. Images are placed in grid cells one after another, from left to right and top to bottom (row-major order). Fields / Required images Type Image[] Constraint # != null The images to put into the grid. Images are placed in grid cells one after another, from left to right and top to bottom (row-major order). columns Type number Constraint # > 0 Number of grid columns. Fields / Optional overlap Type number Constraint # >= 0 Default 0 The amount of overlap between adjacent grid cells, in pixels. Fields / External info Type Image.Info Contains information about the image data source, including image format and embedded geo-referencing information. Georef HeightmapRegion