Type: lib.grid.SliceImageGrid

Namespace: lib.grid

Description

Slice an image into a grid of tiles. image, grid, slice, tiles

Use cases:
- Prepare large images for processing in smaller chunks
- Create image puzzles or mosaic effects
- Distribute image processing tasks across multiple workers

Properties

Property Type Description Default
image image The image to slice into a grid. {"type":"image","uri":"","asset_id":null,"data"...
columns int Number of columns in the grid. 0 auto-derives from rows, or falls back to a 3x3 grid when rows is also 0. 0
rows int Number of rows in the grid. 0 auto-derives from columns, or falls back to a 3x3 grid when columns is also 0. 0

Outputs

Output Type Description
output list[image]  

Browse other nodes in the lib.grid namespace.