> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/function-blocks/image-transformations/analysis/get-dimension.md).

# Get Dimension

Dieser Funktionsblock ruft die Abmessungen eines Eingabebildes ab und gibt sie als Liste aus. Er ist besonders nützlich zur Analyse von Bildmerkmalen innerhalb eines Arbeitsablaufs.

## 📥 Eingänge <a href="#inputs" id="inputs"></a>

`Image Any` Ein Bild, dessen Abmessungen Sie erhalten möchten.

## 📤 Ausgänge <a href="#outputs" id="outputs"></a>

`Dimensions` Diese Ausgabe liefert die Höhe, Breite und Farbkanäle des Eingabebildes als numerische Werte in einer Liste.

## 🎨 Funktionen <a href="#features" id="features"></a>

`Dimension Retrieval` Ermöglicht Benutzern den schnellen Zugriff auf die Abmessungen eines Eingabebildes, um die weitere Verarbeitung basierend auf der Bildgröße zu erleichtern.

## 📝 Nutzungshinweise <a href="#usage" id="usage"></a>

1. **Input Image**: Verbinden Sie den Bildblock (oder einen beliebigen Block, der ein Bild erzeugt) mit dem Eingangsbereich `Image Any`.
2. **Evaluate**: Aktivieren Sie den Block, um die Abmessungen zu bewerten und abzurufen.
3. **Access Dimensions**: Die Ausgabe liefert eine Liste der Abmessungswerte, die typischerweise die Höhe, Breite und Anzahl der Farbkanäle umfassen.

## 📊 Bewertung <a href="#evaluation" id="evaluation"></a>

Wenn der Block ausgeführt wird, gibt er die Höhe und Breite des Eingabebildes zurück, was den Benutzern ermöglicht, informierte Entscheidungen basierend auf den Bildmerkmalen zu treffen.

## 💡 Tipps und Tricks <a href="#tips-and-tricks" id="tips-and-tricks"></a>

<details>

<summary>Verwendung mit anderen Blöcken</summary>

Dieser Funktionsblock kann effektiv in Verbindung mit `Image Resize` und `Image AutoRotator` verwendet werden, um die Verarbeitung basierend auf der tatsächlichen Bildgröße anzupassen.

</details>

<details>

<summary>Ergebnisvalidierung</summary>

Überlegen Sie, diesen Block mit `Is None` zu kombinieren, um zu überprüfen, ob das Eingabebild gültig ist, bevor Sie mit der Verarbeitung fortfahren, um effiziente und fehlerfreie Arbeitsabläufe zu gewährleisten.

</details>

## 🛠️ Fehlersuche <a href="#troubleshooting" id="troubleshooting"></a>

<details>

<summary>Keine Ausgabemaße</summary>

Wenn Sie feststellen, dass keine Abmessungen bereitgestellt werden, stellen Sie sicher, dass das Eingabebild gültig ist und dass sein Format mit dem Funktionsblock kompatibel ist.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.augelab.com/german/function-blocks/image-transformations/analysis/get-dimension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
