tool_meme_splitter
Split an uploaded image into a grid of parts. Set rows and columns to get JSON with each divided section.
Instructions
[image] Meme Splitter
Parameters:
file (bytes): File
rows (number): Rows
cols (number): Cols
Outputs:
parts (json): Parts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | No | Cols | |
| file | No | File (base64 file payload) | |
| rows | No | Rows | |
| parts | No | Parts |