> 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/igaido/blending-images.md).

# 画像のブレンド

<figure><img src="/files/ee11873cabc657c7edce5bb4f6649351bc43688b" alt=""><figcaption></figcaption></figure>

まず、ひとつの統一されたシーンに融合したいキャラクター、背景、プロップをアップロードまたは生成します。Morphic の既存画像からレイヤーを作成するには、 [セグメンテーション機能を使用できます](https://github.com/morphicfilms/docs/blob/main/workflows/essentials/layers/README.md).

<figure><img src="/files/b5eb4d843b6601710655e62f2592e29efac11c31" alt=""><figcaption></figcaption></figure>

最終フレームに含めたいキャラクター、要素、またはプロップをレイヤーとして配置します。

<figure><img src="/files/d1ddb7523bec546420e0da200540163d89bfbaad" alt=""><figcaption></figcaption></figure>

要素を最終フレームに取り込みます。

<figure><img src="/files/25ebcd2e9b874c90af0967cdc768302e65dd8d2d" alt=""><figcaption></figcaption></figure>

最終フレームを選択し、シーンをどのスタイルへ寄せて融合させるかを Morphic に指示するプロンプトを入力します。

{% hint style="info" %}
試してみましょう: *「女の子のアートスタイルを背景のアートスタイルと融合させて。」*

どの要素を主軸にすべきか分からない場合は、次のように指示するだけです: *「アートスタイルを融合させて一致させて。」*
{% endhint %}

<figure><img src="/files/bd90e09cdfe2a3deff10a5e14808a90e857ccb04" alt=""><figcaption></figcaption></figure>

［生成］を押すと、Morphic はプロンプトに従って、選択した画像、キャラクター、またはプロップのスタイルを融合します。

<figure><img src="/files/7b5731349fd578de6deb3f4225e217f9797f0dd0" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**避けるべきこと**

アニメから写実的表現のように、まったく異なるスタイルを融合すると、一貫性のない結果や予測不能な結果につながることがあります。
{% endhint %}

{% hint style="success" %}
**次のような場合に最適です:**

* 背景とキャラクターが異なるスタイルになっているとき。
* 要素を手作業で描き直さずに、まとまりのあるフレームにしたいとき。
* ミクストメディアやコラージュ風のビジュアルを試したいとき。
  {% endhint %}

***


---

# 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/igaido/blending-images.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.
