---
title: "Paste"
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/nodetool/image/paste
markdown: https://docs.nodetool.ai/nodes/nodetool/image/paste.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/paste.md
---

# Paste

**Type:** `nodetool.image.Paste`

**Namespace:** `nodetool.image`

## Description

Paste one image onto another at specified coordinates.
    paste, composite, positioning, overlay

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to paste into. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| paste | `image` | The image to paste. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| left | `int` | The left coordinate. | `0` |
| top | `int` | The top coordinate. | `0` |

## Outputs

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

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
