# Split Image

## Summary

The Split Image Node takes a single image and splits it into a grid of smaller cropped sections. A visual preview shows exactly where the cuts will be made, so you can see how your image will be divided before running. This is useful when you need to isolate specific parts of an image for individual processing, create tiled compositions, or break down a large design into manageable pieces for downstream nodes.

***

### How to Use

1. Add the Node:
   * Click the Add (+) button and select Split Image from the Image node category.
2. Provide an Image:
   * Connect an image from another node (such as Import or Generate Image), or upload one directly. A preview with dashed grid lines will appear on the image.
3. Set the Grid Size:
   * Choose how to divide the image from the Grid Size dropdown (e.g., 2x2, 3x3, 4x4). The preview updates in real time.
4. Run:
   * The node outputs each cropped section as a separate image that can be passed to downstream nodes individually.

***

### Choosing the Right Settings

| Setting   | Type                                         | Impact on Output                                                                                         |
| --------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Grid Size | Dropdown (2x2, 3x2, 3x3, 4x2, 4x3, 4x4, 5x5) | Defines how many sections the image is split into. A 2x2 grid produces 4 images; a 5x5 grid produces 25. |

***

### Sample Use Cases

<details open>

<summary>Splitting Storyboards into Individual Frames</summary>

Break a storyboard sheet into separate frames so each scene can be processed independently—feed individual frames into Generate Image or Video nodes to bring each panel to life.

</details>

<details open>

<summary>Extracting Panels from Comic or Manga Pages</summary>

Split a full comic page into individual panels for translation, editing, or re-sequencing across different layout formats.

</details>

<details open>

<summary>Breaking Down Mood Boards</summary>

Divide a collage-style mood board into its individual reference images, then pass each one separately into an Edit Image or Generate Image node for inspiration-driven generation.

</details>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.imagine.art/workflows/image-nodes/split-image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
