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

```
GET https://morphic.com/docs/kr/how-tos/blending-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.
