---
title: "Combine Image Grid"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/grid/combineimagegrid
markdown: https://docs.nodetool.ai/nodes/lib/grid/combineimagegrid.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/grid/combineimagegrid.md
---

# Combine Image Grid

**Type:** `lib.grid.CombineImageGrid`

**Namespace:** `lib.grid`

## Description

Combine a grid of image tiles into a single image.
    image, grid, combine, tiles

    Use cases:
    - Reassemble processed image chunks
    - Create composite images from smaller parts
    - Merge tiled image data from distributed processing

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| tiles | `list[image]` | List of image tiles to combine. | `[]` |
| columns | `int` | Number of columns in the grid. | `0` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [lib.grid](./) namespace.
