Back to FabImage Studio website

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

CreateImageTiles


Module: FoundationBasic

Generates an array of regions and an array of boxes covering the area of an image.

Name Type Range Description
Input value inImageSize Size Format of image for which tiles will be produced.
Input value inTileWidth Integer 1 - Demanded tile width.
Input value inTileHeight Integer* 1 - Demanded tile height; equals inTileWidth when set to Auto.
Input value inHorizontalStep Integer* 1 - Defines horizontal space between consecutive tiles; defaults to tile width. Can be used to produce overlapping tiles.
Input value inVerticalStep Integer* 1 - Defines vertical space between consecutive tiles; defaults to tile height. Can be used to produce overlapping tiles.
Input value inOverflowControl OverflowControl Define what to do when overflowing tiles are present.
Output value outTileRegions RegionArray Array containing produced tiles.
Output value outTileBoxes BoxArray Array containing produced tiles.
Output value outRowCount Integer Number of generated tiles rows.
Output value outColumnCount Integer Number of generated tiles per row.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CreateImageTiles filter group.