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

# Resize

**Type:** `nodetool.image.Resize`

**Namespace:** `nodetool.image`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to resize. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| width | `int` | The target width. | `512` |
| height | `int` | The target height. | `512` |

## Outputs

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

## Related Nodes

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