Back to FabImage Studio website
You are here: Start » Filter Reference » Image Tiling » EnumerateImageTiles
Enumerates tiles from image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Image to be enumerated. | |
![]() |
inTileWidth | Integer | 1 - ![]() |
Demanded tile width. |
![]() |
inTileHeight | Integer | 1 - ![]() |
Demanded tile height; equals inTileWidth when set to Auto. |
![]() |
inOverflowControl | Bool | Allow overflow. | |
![]() |
outTile | Image | ||
![]() |
diagTilePosition | Box | Box indicating cut out tiles location and dimensions. | |
![]() |
outIsFirst | Bool | Flag indicating the first iteration | |
![]() |
outIsLast | Bool | Flag indicating the last iteration |
Description
Cuts out a tile from inImage and serves them one by one. Tile dimensions cannot be changed during image traversal.
Examples
![]() |
![]() |
EnumerateImageTiles performed on the sample image with inOverflowControl = true.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- JoinImageTiles – Joins previously cut tiles into single image.
- CutImageIntoTiles – Generates array of image tiles, which are cut from inImage.
- JoinImageTiles – Joins previously cut tiles into single image.