> 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/image-resolution-and-channel-value.md).

# Image Resolution and Channel Value

Dieser Funktionsblock ermöglicht es Ihnen, die Auflösung und die Kanalinformationen eines Eingabebildes abzurufen. Er zeigt die Breite, Höhe und die Anzahl der im Bild enthaltenen Kanäle an.

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

`Image Any` Ein Bild, dessen Auflösung und Kanalanzahl Sie bestimmen möchten.

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

`Width` Die Breite des Bildes in Pixel.

`Height` Die Höhe des Bildes in Pixel.

`Channel` Die Anzahl der Kanäle im Bild (z. B. 1 für Graustufen, 3 für RGB).

## 🕹️ Steuerungen <a href="#controls" id="controls"></a>

`Resolution` Ein Label, das die aktuelle Auflösung und Kanalanzahl des Eingabebildes anzeigt.

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

`Dynamic Resolution Update` Der Block aktualisiert die angezeigte Auflösung und Kanalinformationen in Echtzeit basierend auf dem Eingabebild.

`Support for Various Image Formats` Kann sowohl monochrome (Graustufen-) als auch Farbbilder effektiv verarbeiten.

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

1. **Connect Input Image**: Verbinden Sie einen bildproduzierenden Funktionsblock mit dem `Image Any` Eingang.
2. **Evaluate**: Führen Sie den Funktionsblock aus, um die Bildbreite, Höhe und Kanalanzahl zu erhalten.
3. **Review Results**: Das `Resolution` Label zeigt die aktuelle Auflösung im Format `<Width>x<Height> Channel:<Channel Count>` an.

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

Der Funktionsblock verarbeitet das Eingabebild, um die Breite, Höhe und Kanalanzahl zu extrahieren und das Label mit diesen Informationen zu aktualisieren.

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

<details>

<summary>Combining with Other Blocks</summary>

Kombinieren Sie diesen Block mit `Resize` oder `Image ROI Select`, um bestimmte Teile des Bildes vor der Analyse der Auflösung zu bearbeiten oder zu fokussieren.

</details>

<details>

<summary>Monitoring Native Image Size</summary>

Verwenden Sie diesen Block, um die native Größe von Bildern zu überprüfen, bevor Sie Operationen durchführen, die von spezifischen Dimensionen abhängen, wie z. B. `Image Concatenate`.

</details>

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

<details>

<summary>No Image Data</summary>

Wenn keine Bilddaten verarbeitet werden, stellen Sie sicher, dass Sie eine gültige Bildquelle an den Eingang angeschlossen haben. Das Bild sollte nicht leer sein.

</details>

<details>

<summary>Unsupported Image Format</summary>

Wenn ein nicht unterstütztes Format erkannt wird, stellen Sie sicher, dass Sie das Bild in ein kompatibles Format konvertieren, das vom Funktionsblock unterstützt wird, vorzugsweise RGB oder Graustufen.

</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/image-resolution-and-channel-value.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.
