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

# Get Metadata

**Type:** `nodetool.image.GetMetadata`

**Namespace:** `nodetool.image`

## Description

Get metadata about the input image.
    metadata, properties, analysis, information

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The input image. | `{"type":"image","uri":"","asset_id":null,"data"...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| format | `str` |  |
| mode | `str` |  |
| width | `int` |  |
| height | `int` |  |
| channels | `int` |  |

## Related Nodes

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