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 |
| rows | int |
Number of rows in the grid. | 0 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | list[image] |
Related Nodes
Browse other nodes in the lib.grid namespace.