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

# Image Size

**Type:** `nodetool.constant.ImageSize`

**Namespace:** `nodetool.constant`

## Description

Represents a fixed image size constant in the workflow.
    constant, image_size, resolution, width, height, dimensions

    Use cases:
    - Provide fixed output dimensions for image generation nodes
    - Reference a standard resolution across the workflow
    - Expose width and height as separate integer outputs

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `image_size` |  | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| image_size | `image_size` |  |
| width | `int` |  |
| height | `int` |  |

## Related Nodes

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