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

# 画像をブレンドする

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

まずは、ひとつにまとめたいキャラクター、背景、小物をアップロードまたは生成します。既存の画像から Morphic の [セグメンテーション機能](/docs/jp/ji-ben/layers.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 %}

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/hauts/blending-images.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.
