Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Tiling » JoinImageTiles

JoinImageTiles


Joins previously cut tiles into single image.

Name Type Range Description
inImages ImageArray Array of image tiles.
inRowCount Integer 1 - Defines how many output image rows there are in inImages.
inColumnCount Integer 1 - Defines how many images builds one row in inImages.
outJoinedImage Image Glued image.

Description

Joins an array of images into one image.

Examples

JoinImageTiles glues together an array of images with inRowCount = 2 and inColumnCount = 2.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Product of inRowCount and inColumnCount must be equal to size of inImages array in JoinImageTiles.
RuntimeError Could not join images in JoinImageTiles.

Complexity Level

This filter is available on Basic Complexity Level.

See Also