> 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/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>

***


---

# 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/combine-multiple-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.
