> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/sns-unyou-ai/features/supported-image-formats.md).

# 対応している画像形式

## 概要

SNS運用AIの画像ライブラリは多数のファイル形式に対応していますが、中でもPNGとJPEGが推奨の形式です。

## 完全対応の形式

| 形式名  | MIMEタイプ    | 拡張子                                        | 備考                   |
| ---- | ---------- | ------------------------------------------ | -------------------- |
| BMP  | image/bmp  | `.bmp`                                     | 対応していますが、推奨はしません     |
| GIF  | image/gif  | `.gif`                                     | アニメーションしないGIFのみ対応    |
| JPEG | image/jpeg | `.jpg`, `.jpeg`, `.jfif`, `.pjpeg`, `.pjp` | ―                    |
| PNG  | image/png  | `.png`                                     | ―                    |
| WebP | image/webp | `.webp`                                    | アニメーションしないWebP画像のみ対応 |

## 未対応の形式

以下の画像形式は現時点では対応していません。

* APNG、アニメーションGIF、アニメーションWebP、AV1など、いわゆる「動画」や「複数フレーム」形式の画像
* SVG
* TIFF

**補足:** アニメーション形式については、「今後の動画対応機能とあわせて対応予定」とのことです。またSVG対応についても、ロードマップで優先度に投票することができます。

***

**最終更新日:** 2024年7月17日


---

# 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.opusbooster.com/sns-unyou-ai/features/supported-image-formats.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.
