JoinImageTiles
Joins previously cut tiles into single image.
Syntax
C++
C#
Python
def JoinImageTiles( inImages: list[Image], inRowCount: int, inColumnCount: int, outJoinedImage: Image, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImages | list[Image] | Array of image tiles. | ||
![]() |
inRowCount | int | 1 - ![]() |
Defines how many output image rows there are in inImages. | |
![]() |
inColumnCount | int | 1 - ![]() |
Defines how many images builds one row in inImages. | |
![]() |
outJoinedImage | Image | Glued image. |



