Back to FabImage Studio website
You are here: Start » Filter Reference » Image Tiling » CutImageIntoTiles
Generates array of image tiles, which are cut from inImage.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Image to be cut into tiles | |
![]() |
inTileWidth | Integer | 1 - ![]() |
Demanded tile width. |
![]() |
inTileHeight | Integer* | 1 - ![]() |
Demanded tile height; equals inTileWidth when set to Auto. |
![]() |
inHorizontalStep | Integer* | 1 - ![]() |
Defines horizontal space between consecutive tiles; defaults to tile width. Can be used to produce overlapping tiles. |
![]() |
inVerticalStep | Integer* | 1 - ![]() |
Defines vertical space between consecutive tiles; defaults to tile height. Can be used to produce overlapping tiles. |
![]() |
inOverflowControl | Bool | When set to true, overflowing tiles will be removed form outTiles array. | |
![]() |
outImageTiles | ImageArray | Resulting image tiles |
Description
Generates an array of image tiles, which are cut from inImage.
Examples
![]() |
|||
![]() |
![]() |
![]() |
![]() |
CutImageIntoTiles performed on the sample image with inOverflowControl = false.
Complexity Level
This filter is available on Basic Complexity Level.