> 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/combine-multiple-images.md).

# 複数画像を結合する

Morphic の最新の画像参照アップデートにより、新たな創造の可能性が広がります。

これにより、画像間の要素をシームレスに統合できます。物語のために複雑なシーンを作成する場合でも、シーンやマーケティング素材からオブジェクトを差し替える場合でも、細部を調整する場合でも、スタイルを融合する場合でも可能です。複数のソースの要素を組み合わせて、独自の構図を作成できます。

#### 1. 複数のキャラクターを参照するだけでシーンを作成する

サンプルプロンプト: 男性をテーブルの右側に座らせてください。女性をテーブルの左側に座らせてください。男性と女性がテーブル越しに向かい合うように配置してください。自然な位置関係、リアルなプロポーション、一貫した照明を確保してください。

<div><figure><img src="/files/313d2443e88317bf8b0c462413e75e84d106b7f2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8ccca34b72818d3920e16c18fc1ab611f4d6a48a" alt=""><figcaption></figcaption></figure> <figure><img src="/files/475b204ef5f2a28f3df0bbee783d6b59e3a6d051" alt=""><figcaption></figcaption></figure></div>

出力:

<figure><img src="/files/27ebacbaa029047ce6cc1f72717e7196230e4b40" alt=""><figcaption></figcaption></figure>

#### 2. さまざまな画像のキャラクター、背景、オブジェクトをひとつの統一感のある画像に融合する

サンプルプロンプト: 画像1の女性が画像2の服装を着て、屋外の湖の近くに立っています。背景には山があり、ゴールデンアワー。落ち着いた自然な色合い、正面アングル、浅い被写界深度。クローズアップショット。

<div><figure><img src="/files/88460a682499a522e85b03abb56cdf9a52072e6c" alt=""><figcaption></figcaption></figure> <figure><img src="/files/e87d110ca00da8adc5a4954eb738bf3054efbea1" alt=""><figcaption></figcaption></figure></div>

出力:

<figure><img src="/files/38c624b18378988d5ac109be5e2df84930f57453" alt=""><figcaption></figcaption></figure>

#### 3. キャラクターにさまざまな服装を試し、元のスタイルを保ちながら新しい見た目を探る

サンプルプロンプト: 画像1の男性に画像2の服装を追加してください。

<div><figure><img src="/files/2924cc621cccae0f1229701da24fbb05232c08aa" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bcc95dc55d7f8a299cf5f1751d51abfd6edf3320" alt=""><figcaption></figcaption></figure></div>

出力:

<figure><img src="/files/5807907dbfe3a37bf285e8ae78b84e7750ac2b21" alt=""><figcaption></figcaption></figure>

#### 4. 別々の画像のキャラクターを3枚目の画像に組み合わせる

サンプルプロンプト: 画像1の少年と画像2の犬が、画像3で魔法の空飛ぶ絨毯に乗っています。

<div><figure><img src="/files/64ab788b44a56396da56e209a52e6bbd19df3c9a" alt=""><figcaption></figcaption></figure> <figure><img src="/files/14a08eb939a08afff265f83ddbf8f987acf27add" alt=""><figcaption></figcaption></figure> <figure><img src="/files/caba6c5d99eb23a2f722d7d397faffa38b1fd77b" alt=""><figcaption></figcaption></figure></div>

出力:

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

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/combine-multiple-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.
