photo_image_splitter
Image Splitter — Split an image into a grid of equal tiles (e.g. 2x2, 3x3). [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | No | Columns, 1-8. The rightmost column absorbs remainder px, so tile widths can differ slightly. | |
| file | Yes | Image to split — JPG, PNG, WebP, or BMP (max 30 MB). Output is ALWAYS a ZIP of tiles, even for tiny grids. | |
| rows | No | Rows, 1-8. The bottom row absorbs remainder px. rows x cols tiles come back in one ZIP. | |
| output_format | No | Optional tile format; defaults to the input format. |