Back to FabImage Studio website

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

EnumerateImageTiles


Module: FoundationBasic

Enumerates tiles from image.

Name Type Range Description
Input value
inImage Image Image to be enumerated
Input value
inTileWidth Integer 1 - Tile width
Input value
inTileHeight Integer* 1 - Tile height
Input value
inOverflowControl Bool Allow overflow
Input value
inDelay Integer Minimum time between iterations in milliseconds
Output value
outTile Image
Output value
outIsFirst Bool Flag indicating the first iteration
Output value
outIsLast Bool Flag indicating the last iteration
Diagnostic input
diagTilePosition Box Cut out tile position.

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

  • CutImageIntoTiles – Generates an array of small images by cutting the input image.