---
title: "Edit Image"
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/reve/editimage
markdown: https://docs.nodetool.ai/nodes/reve/editimage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/reve/editimage.md
---

# Edit Image

**Type:** `reve.EditImage`

**Namespace:** `reve`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The reference image to edit. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| edit_instruction | `str` | How to modify the image (max 2560 chars). | `` |
| aspect_ratio | `enum` | Output proportions. 'none' keeps the reference image's aspect ratio. | `none` |
| version | `enum` | Model version to use. | `latest` |
| postprocessing | `enum` | Optional postprocessing operation applied to the result. | `none` |
| test_time_scaling | `int` | Effort multiplier for quality (1-15). Higher costs more. | `1` |

## Outputs

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

## Related Nodes

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