JoinImages_OfArray
Creates a single image by glueing together many input images in horizontal or vertical direction.
Syntax
C++
Python
def JoinImages_OfArray( inImages: list[Image], inMargin: int, outImage: Image, /, *, inDirection: JoinDirection = JoinDirection.Horizontal ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImages | list[Image] | Array of input images | ||
![]() |
inDirection | JoinDirection | JoinDirection.Horizontal | Direction in which images are joined | |
![]() |
inMargin | int | 0 - ![]() |
Thickness (in pixels) of black frame around joined images | |
![]() |
outImage | Image | Output image |



