> 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/mediablob/om-bilder-i-mediablob-och-shoppa.md).

# Om bilder i Mediablob och Shoppa

#### Bildtyper som Shoppa /Mediablob stöder: <a href="#bildtyper_stoder" id="bildtyper_stoder"></a>

* • **JPEG (\*.jpg; \*.jpeg)**
  * 8-bit
  * RGB
  * CMYK
  * Grey
* • **PNG (\*.png)** Stödjer transparens.
  * RGB – Indexerad + 8-bit, 16-bit
  * Grey – 8-bit, 16-bit
* • **TIF (\*.tif; \*.tiff)** RGB stödjer transparens.
  * RGB – 8-bit, 16-bit
  * CMYK – 8-bit
* • **BMP (\*.bmp)**
  * RGB – Indexerad + 8-bit
* • **GIF (\*.gif ) Stödjer transparens.**
  * RGB – Indexerad
* • **WMF (\*.wmf )**
  * Bitmap
  * Vector
* • **EMF (\*.emf )** Har bättre stöd för skrivardrivrutiner än WMF.
  * Bitmap
  * Vector
* &#x20;• **EPS (\*.eps )** Kräver AddOn:et *ConvertOnServer.*
* &#x20;• **PDF (\*.pdf )** Kräver AddOn:et *ConvertOnServer*.

**OBS! Nedanstående gäller inte i senare versioner av Shoppa från och med 2.16.**

Bilder i rätt typ som är större än 1 MB sparar Shoppa automatiskt om till mindre JPEG-filer. Undantaget är PNG som kan vara upp till 2 MB innan de sparas om av Shoppa. Vi rekommenderar att en bild ska vara 1500 pixlar på bredaste ledden för att dessa ska gå att printa ut i format upp till 700×1000 mm.

#### Transparens på bilder <a href="#transparens_pa_bilder" id="transparens_pa_bilder"></a>

**OBS! Detta gäller inte i senare versioner av Shoppa från och med 2.16.**

Vektoriserade bilder som ska vara transparenta, sparas som WMF, mindre än 1MB för att bibehålla transparens. Om bildfilen är större än 1MB kommer Shoppa automatiskt att göra om den till en JPEG och bilden tappar då transparensen. Produktbilder som ska visas utan bakgrund, sparas som PNG (mindre än 2MB) för att få transparens. Om bildfilen är större än 2MB kommer Shoppa automatiskt att göra om den till en JPEG och den tappar då transparensen.


---

# 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/mediablob/om-bilder-i-mediablob-och-shoppa.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.
