# Input formats

We support all the major image formats, and a large number of more confidential ones.

We are obviously expanding our support to include any new significant formats being created. As of today, we have full support for the following origin formats and the ability to apply transformations for them:

| Input format supported                   |
| ---------------------------------------- |
| Adobe Photoshop Document (PSD)           |
| AVIF - AV1 image format                  |
| Bitmap (BMP)                             |
| Encapsulated PostScript (EPS)            |
| Graphics Interchange Format (GIF)        |
| High Efficiency Image File Format (HEIC) |
| Icon (ICO)                               |
| JPEG-compressed images                   |
| JPEG2000-compressed images               |
| Portable Document Format (PDF)           |
| Portable Network Graphics (PNG)          |
| Scalable Vector Graphics (SVG)           |
| Tag Image File Format (TIFF)             |
| WebP image format                        |


---

# 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://docs.cloudimage.io/transformations/input-formats.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.
