# Dateiformat

## Welches Dateiformat sollten Produktbilder haben?

Bildformate gibt es viele. `*.jpg`, `*.png`, `*.gif` sind die gängigsten und funktionieren auf allen Browsern problemlos. Für die Darstellung der Produktbilder in Shopware solltest Du allerdings die folgenden beiden Dateiformate verwenden:

| Dateiformat | Kürzel | Verwendung                                          |
| ----------- | ------ | --------------------------------------------------- |
| JPG (JPEG)  | \*.jpg | Produktbilder **ohne Transparenzen**                |
| PNG         | \*.png | Ausgeschnittene Produktbilder **mit Transparenzen** |

{% hint style="success" %}
Liegen die Produktbilder ohne Transparenzen vor, sollte das JPG-Dateiformat aufgrund seiner kleineren Dateigröße gewählt werden.

**Eine Ausnahme** bilden hier jedoch Bilder mit geringem Farbumfang wie z.B. Logos oder Illustrationen. Im Gegensatz zu Fotos haben diese nur wenige Farben und lassen sich im PNG-Format besser komprimieren.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://themedocs.zenit.design/content/produktbilder/dateiformat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
