> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/hua-xiang.md).

# 画像

- [テキストから画像](https://morphic.com/docs/jp/hua-xiang/text-to-image.md): Morphic のテキストから画像では、プロンプトだけを使ってゼロから新しい画像を作成できます。
- [画像から画像](https://morphic.com/docs/jp/hua-xiang/image-to-image.md): Morphic の画像から画像では、プロンプトだけを使って既存の画像を調整、再スタイル化、変更できます。
- [複数画像参照](https://morphic.com/docs/jp/hua-xiang/multi-image-to-image.md): Morphic の複数画像参照を使うと、複数の画像から被写体、ポーズ、スタイル、シーンを参照として選び、1つのプロンプトで独自の構図（画像）を作成できます。
- [画像から画像へ描く](https://morphic.com/docs/jp/hua-xiang/draw-to-image.md): Morphic の画像から画像へ描く機能では、アイデアをキャンバス上に直接描き、AIを使って完全にレンダリングされた画像に変換できます。
- [スケッチからカラーへ](https://morphic.com/docs/jp/hua-xiang/sketch-to-color.md): Morphic のスケッチからカラーへでは、プロンプトだけを使ってスケッチを完全にカラー化された画像に変換し、元の構造はそのまま保持できます。
- [カラー化](https://morphic.com/docs/jp/hua-xiang/colorize.md): Morphic のカラー化を使うと、1枚の画像のカラースタイルと配色を他の画像に適用できます。


---

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

```
GET https://morphic.com/docs/jp/hua-xiang.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.
