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

# 이미지 블렌딩

<figure><img src="/files/0b057244bfab8f61708d39ad1a42585845289555" alt=""><figcaption></figcaption></figure>

원하는 캐릭터, 배경, 소품을 업로드하거나 생성하는 것부터 시작해 하나의 통합된 장면으로 섞어 보세요. Morphic의 기존 이미지를 사용해 레이어를 만들 수 있습니다. [분할 기능](/docs/kr/essentials/layers.md).

<figure><img src="/files/077f3ea1afb9549f7eb9e8cb82f3bb06217bdb82" alt=""><figcaption></figcaption></figure>

최종 프레임에 포함할 캐릭터, 요소 또는 소품을 레이어로 배치하세요.

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

요소들을 최종 프레임으로 가져오세요.

<figure><img src="/files/8f2a8250376c242d0e04d9d8666baef4751a9341" alt=""><figcaption></figcaption></figure>

최종 프레임을 선택하고 장면이 어떤 스타일로 섞이도록 할지 Morphic에 안내하는 프롬프트를 입력하세요.

{% hint style="info" %}
예시: *“소녀의 아트 스타일과 배경의 아트 스타일을 섞어 주세요.”*

어떤 요소가 주도해야 할지 확실하지 않다면, 다음과 같이 간단히 입력하세요: *“아트 스타일을 섞어 맞춰 주세요.”*
{% endhint %}

<figure><img src="/files/484fd2ab34ec6d41159eadf9c9219ac92f3d0046" alt=""><figcaption></figcaption></figure>

프롬프트 바의 파란색 버튼을 클릭하면 Morphic이 프롬프트에 따라 선택한 이미지, 캐릭터 또는 소품의 스타일을 섞어 줍니다.

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