> For the complete documentation index, see [llms.txt](https://shoppa.gitbook.io/knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppa.gitbook.io/knowledge-hub/ovrigt/bildformat.md).

# Bildformat

#### Shoppa och Mediablob stöder en mängd olika bildformat för import.

**JPEG (.jpg och .jpeg)**\
RGB / CMYK / Gråskala\
Rekommenderat format för produktbilder som inte behöver transparens och andra foton.

**PNG (.png)**\
RGB – Indexerad, 8 bitar och 16 bitar (per kanal)\
Gråskala – 8 bitar och 16 bitar (per kanal)\
Rekommenderat format för grafik, logotyper och produktbilder som behöver transparens.

**TIFF (.tif och .tiff)**\
RGB – 8 bitar och 16 bitar (per kanal), stödjer transparens\
CMYK – 8 bitar (per kanal)

**BMP (.bmp)**\
RGB – Indexerad och 8 bitar (per kanal)

**GIF (.gif)**\
Stödjer transparens\
RGB – Indexerad

**EMF (.emf) / WMF (.wmf) – Skalable grafik**\
Vektor / Bitmap\
EMF är det rekommenderade formatet för grafik som behöver vara skalbar.

**EPS (.eps)**\
Stödjer transparens, men inte semi-transparent.\
Kräver ett tillägg. Kontakta Shoppa för mer information.

**PDF (.pdf)**\
Kräver ett tillägg. Kontakta Shoppa för mer information.

**SVG (.svg)**\
Skalable vektorgrafik kan inte importeras till Bilder-fliken, men kan användas med funktionaliteten för Former.\
Klicka på länken för att läsa mer om Former.

För att optimera hastigheten på hela arbetsflödet från att skapa mallar till utskrift i butikerna, minskar Shoppa automatiskt bildstorlekar om det behövs. Bilder som är större än 2025 x 2025 pixlar eller 1 MB komprimeras vid import till Shoppa.

Vektorbilder som är avsedda att vara transparenta bör sparas som en WMF-fil som är mindre än 1 MB för att behålla transparensen. Om bildfilen är större än 1 MB kommer Shoppa att spara om bilden som en JPEG, och bilden förlorar sin transparens. Transparenta PNG-filer måste vara mindre än 2 MB för att behålla sin transparens.


---

# 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://shoppa.gitbook.io/knowledge-hub/ovrigt/bildformat.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.
