Start » Filter Reference » Image » Image Drawing » DrawGridImage
Module: | FoundationLite |
---|
Draws an image as a tile on an image considered to be a grid of tiles.
Name | Type | Description | |
---|---|---|---|
inImage | Image | ||
inTileImage | Image | Image to be pasted to the grid | |
inColumnIndex | Integer | Column index in the grid | |
inRowIndex | Integer | Row index in the grid | |
outImage | Image |
Description
The operation supports drawing image grids composed of equally sized images. The filters draws single inImage on the inImage at the location being the selected multiple of inTileImage dimensions.
Parameters pair inColumnIndex and inRowIndex set to (0, 0) draws inTileImage at the location of (0,0) pixels of the inImage.
Examples
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- DrawImage – Draws an image on another one.
- JoinImages – Creates a single image by glueing together the two input images in horizontal or vertical direction.
- ComposeImages – Takes pixels from the first image within the specified region and from the other one elsewhere.