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

# 확장

***

<figure><img src="/files/037aafe6c60f525d7e2f7da367bb24cb748c33a0" alt=""><figcaption></figcaption></figure>

***

## 대화형 튜토리얼

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

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

***

## 사용 방법

{% stepper %}
{% step %}

#### “AI Expand”을 선택하세요

왼쪽 작업 메뉴에서 다음을 선택하세요 <kbd><mark style="color:$primary;">**크기 조정**<mark style="color:$primary;"></kbd> 그다음 <kbd><mark style="color:$tint;">**AI Expand**<mark style="color:$tint;"></kbd>

그러면 AI Expand 작업 공간이 열립니다.
{% endstep %}

{% step %}

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

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

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

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

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

{% step %}

#### 출력 크기 조정

캔버스에서 이미지를 직접 수동으로 조정할 수 있습니다.

대안:

* 장면 오른쪽의 AI Expand 설정 패널에서 확대/축소 비율 컨트롤을 사용하세요.

종횡비를 변경하려면 다음 단계로 진행하세요.
{% endstep %}

{% step %}

#### 확장 비율 선택

오른쪽 AI Expand 설정 패널에서:

* 여세요 <kbd><mark style="color:$primary;">**확장 비율**<mark style="color:$primary;"></kbd> 드롭다운 메뉴.
* 새 종횡비를 선택하세요.

<details>

<summary><strong>사용 가능한 종횡비</strong></summary>

* 세로형(9:16, 768×1344px)
* 와이드스크린(21:9, 1536×672px)
* 세로 와이드스크린(9:21, 672×1536px)
* 유동형 5:4(5:4, 1152×896px)
* 유동형 4:5(4:5, 896×1152px)
* 정사각형(1:1, 1024×1024px)
* 사진(3:2, 1248×832px)
* 세로 사진(2:3, 832×1248px)
* 클래식(4:3, 1184×864px)
* 세로 클래식(3:4, 864×1184px)
* 가로형(16:9, 1344×768px)

</details>
{% endstep %}

{% step %}

#### 선택 사항: 텍스트 프롬프트 추가

오른쪽 AI Expand 설정 패널에서 전체적인 방향을 위한 텍스트 프롬프트를 추가할 수 있습니다.\
텍스트 프롬프트 입력란에서:

1. 텍스트 프롬프트 입력란에 직접 입력하세요.
2. 선택하세요 <kbd><mark style="color:$primary;">**라이브러리**<mark style="color:$primary;"></kbd> 이전에 저장한 프롬프트를 재사용합니다.
3. 에서 <i class="fa-cloud-arrow-up" style="color:$primary;">:cloud-arrow-up:</i> 아이콘을 통해 이미지를 업로드하면 Beachside가 설명을 생성하여 텍스트를 프롬프트 입력란에 배치합니다.
   {% 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/expand.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.
