# 画像

- [テキストから画像へ](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 のカラー化は、ある画像の色調やカラーパレットを他の画像に適用できる機能です。


---

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