# 画像のブレンド

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