> 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의 [분할 기능](https://github.com/morphicfilms/docs/tree/main/workflows/essentials/layers/README.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 %}

***


---

# 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.
