> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/tasks/blend.md).

# 블렌드

***

#### 제품을 새 배경에 배치

<div data-full-width="false"><figure><img src="/files/88d7d6fc764cb7d3f9b1fdc0a2c74012ef00e6f6" alt=""><figcaption></figcaption></figure></div>

#### 기존 비주얼의 제품을 교체

<figure><img src="/files/3c88e454ac5bf7f884c456b13f8f013b1392b044" alt=""><figcaption></figcaption></figure>

***

## 대화형 튜토리얼

{% hint style="info" icon="language" %}
**튜토리얼 언어를 변경하는 방법**\
튜토리얼은 기본적으로 영어로 표시됩니다. 이 튜토리얼을 다른 언어로 보려면 오른쪽 상단 모서리에 마우스를 올리고 다음을 선택하세요 <i class="fa-language">:language:</i> **언어**.
{% endhint %}

{% @arcade/embed flowId="lUg7gZdQphO7O1lELGJL" url="<https://app.arcade.software/share/lUg7gZdQphO7O1lELGJL>" fullWidth="false" %}

{% @arcade/embed flowId="Vwg5D4K3qWtnNB1X3oeX" url="<https://app.arcade.software/share/Vwg5D4K3qWtnNB1X3oeX>" %}

***

## 사용 방법

{% stepper %}
{% step %}

#### “Blend”를 선택

왼쪽 작업 메뉴에서 다음을 선택하세요 <kbd><mark style="color:$tint;">**블렌드**<mark style="color:$tint;"></kbd>.

이렇게 하면 현재 장면의 블렌드 작업 공간이 열립니다.
{% endstep %}

{% step %}

#### 제품 이미지를 업로드하세요

제품 이미지는 전경 요소로 사용됩니다.

이미지를 업로드하는 방법:

* 다음을 선택하여 <kbd><mark style="color:$primary;">**이미지 업로드**<mark style="color:$primary;"></kbd> 장면 내에서
* 컴퓨터의 폴더에서 이미지를 끌어다 놓기
* 화면 왼쪽 아래의 라이브러리 패널에서 이미지를 끌어다 놓기

업로드가 완료되면 제품이 장면에 표시됩니다.
{% endstep %}

{% step %}

#### 배경 이미지를 선택하거나 업로드

블렌드에는 배경 이미지가 필요합니다.

추가하려면:

1. 선택하세요 <kbd><mark style="color:$primary;">**+ 배경**<mark style="color:$primary;"></kbd> 장면의 왼쪽 아래에 있습니다.
2. 다음 중 하나를 선택하세요:
   * Playground에서 기존 장면 선택
   * 이전에 업로드한 이미지 목록에서 선택
   * 컴퓨터에서 새 이미지 업로드

선택한 배경이 장면의 왼쪽 아래에 로드됩니다.
{% endstep %}

{% step %}

#### 출력 수 선택

오른쪽의 생성 설정 패널에서:

* 생성할 변형 수를 선택하세요.
* 한 번에 최대 4개의 장면을 생성할 수 있습니다.
  {% endstep %}

{% step %}

#### “생성” 선택

모든 설정을 확인한 후 다음을 선택하세요 <kbd><mark style="color:$primary;">**생성**<mark style="color:$primary;"></kbd>.

생성된 장면이 Playground에 나타납니다.
{% endstep %}
{% endstepper %}


---

# 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://docs.theseaai.com/main/kr/tasks/blend.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.
