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

# Image Size Input

**Type:** `nodetool.input.ImageSizeInput`

**Namespace:** `nodetool.input`

## Description

Accepts image dimensions as a parameter for workflows.
    input, parameter, image_size, resolution, width, height, dimensions

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | The parameter name for the workflow. | `` |
| value | `image_size` | The image size to use as input. | null |
| description | `str` | The description of the input for the workflow. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image_size` |  |

## Related Nodes

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