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

# 여러 이미지 결합

Morphic의 최신 이미지 참조 업데이트가 새로운 창의적 가능성을 열어줍니다.

이미지 전반에 요소를 매끄럽게 통합할 수 있게 해줍니다. 스토리를 위한 복잡한 장면을 만들거나, 장면이나 마케팅 자료에서 객체를 교체하거나, 세부 사항을 조정하거나, 스타일을 혼합할 때 모두 가능합니다. 여러 출처의 요소를 결합해 독창적인 구성을 만들 수 있습니다.

#### 1. 여러 캐릭터를 참조하는 것만으로 장면 만들기

샘플 프롬프트: 남자를 테이블 오른쪽에 앉아 있게 배치하세요. 여자를 테이블 왼쪽에 앉아 있게 배치하세요. 남자와 여자가 테이블 건너편에서 서로 마주보게 배치하세요. 자연스러운 정렬, 사실적인 비율, 일관된 조명을 보장하세요.

<div><figure><img src="/files/ca0ece5fc16fa95f45cb3d1c86da6d2bda735c10" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2da448eda2acc93d4191e50fdb420e3b89519236" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5a556cd06b53c1478675eb7562bd995b87f48e74" alt=""><figcaption></figcaption></figure></div>

출력:

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

#### 2. 다양한 이미지의 캐릭터, 배경, 물체를 하나의 일관된 이미지로 결합하기

샘플 프롬프트: 이미지 1의 여성이 이미지 2의 옷을 입고 호수 근처 야외에 서 있으며, 배경에는 산이 있고, 골든 아워입니다. 채도가 낮은 자연스러운 색감, 정면 각도, 얕은 심도. 클로즈업 샷.

<div><figure><img src="/files/4bbdddc44fe38c2c90ce08014b010e240e70e199" alt=""><figcaption></figcaption></figure> <figure><img src="/files/56dda0516705cc24f66eac914f75d569de2e874a" alt=""><figcaption></figcaption></figure></div>

출력:

<figure><img src="/files/5d3490b39dd265d58403ffdbcd1850cd8584630a" alt=""><figcaption></figcaption></figure>

#### 3. 캐릭터에 다양한 의상을 적용해 보며, 새로운 룩을 탐색하는 동안 원래 스타일은 유지하기

샘플 프롬프트: 이미지 2의 옷을 이미지 1의 남자에게 추가하세요.

<div><figure><img src="/files/964abab5d7c8156e7a272bac5e8459f941b93934" alt=""><figcaption></figcaption></figure> <figure><img src="/files/10ecfa7c11d0fe8b0d23d3cc50303c612530a1be" alt=""><figcaption></figcaption></figure></div>

출력:

<figure><img src="/files/1c700872d48c529ca6ac21a68e407781f76000d5" alt=""><figcaption></figcaption></figure>

#### 4. 서로 다른 이미지의 캐릭터를 세 번째 이미지에 결합하기

샘플 프롬프트: 이미지 1의 소년과 이미지 2의 개가 이미지 3에서 마법의 날아다니는 양탄자를 타고 있습니다.

<div><figure><img src="/files/2b5d03f34376eeb830e9b6b8924642933fed64c8" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8044d290d148c8777a7086401ac6d49e26897c93" alt=""><figcaption></figcaption></figure> <figure><img src="/files/64a3c4edb772fff71a760add8769866899c29efd" alt=""><figcaption></figcaption></figure></div>

출력:

<figure><img src="/files/d4993c1dac067cc3eb1132234b5ce3e422f358ae" 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/kr/how-tos/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.
