> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-cms-changelog-node-lifecycle.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GetImageSize - ComfyUI Built-in Node Documentation

> GetImageSize reads an input image and returns its width, height, and batch size.

GetImageSize reads an input image and returns its width, height, and batch size. The node also displays these measured values directly on the node interface.

## Inputs

| Parameter | Description                                                                | Data Type | Required | Range |
| --------- | -------------------------------------------------------------------------- | --------- | -------- | ----- |
| `image`   | The input image from which the width, height, and batch size are extracted | IMAGE     | Yes      | -     |

## Outputs

| Output Name  | Description                                       | Data Type |
| ------------ | ------------------------------------------------- | --------- |
| `width`      | The width of the input image in pixels            | INT       |
| `height`     | The height of the input image in pixels           | INT       |
| `batch_size` | The number of images contained in the input batch | INT       |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/GetImageSize/en.md)

***

**Source fingerprint (SHA-256):** `dc29add37a3362384e63cb1e57f03758a82f77811c78797fdffd486462cb19b8`
