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

# Crop

**Type:** `nodetool.image.Crop`

**Namespace:** `nodetool.image`

## Description

Crop an image to specified coordinates.
    image, crop

## Properties

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

## Outputs

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

## Related Nodes

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