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

# 레이어

### 레이어 회전

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

모든 레이어는 모서리 또는 팔 핸들로 회전할 수 있습니다. 회전은 이미지, 생성된 비주얼, 업로드한 에셋, 도구 레이어에 적용되며, 장면 프레임을 벗어나는 레이어에도 적용됩니다.

{% stepper %}
{% step %}

#### 레이어 선택

캔버스에서 레이어를 클릭하여 선택합니다. 그러면 변형 핸들이 주위에 나타납니다.
{% endstep %}

{% step %}

#### 회전 핸들로 이동

모서리 바로 바깥이나 레이어 위쪽의 팔 핸들 위에 마우스를 올립니다. 커서가 회전 커서로 바뀌어 회전 영역에 있음을 보여줍니다.
{% endstep %}

{% step %}

#### 드래그하여 회전

누른 상태로 드래그하면 레이어가 중심을 기준으로 회전합니다. 회전하는 동안 각도 배지가 커서를 따라가며 현재 각도를 보여줍니다.
{% endstep %}

{% step %}

#### 놓아서 각도 설정

놓으면 회전이 적용됩니다. 레이어에는 설정한 각도가 유지됩니다.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
길게 누르기 **Shift** 회전하는 동안 가장 가까운 15° 단위로 맞춥니다.
{% endhint %}

***

### 레이어 뒤집기

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

뒤집기는 레이어를 제자리에서 대칭 복사합니다. 레이어는 위치, 크기, 경계 상자가 그대로 유지되며, 뒤집기는 이미 적용된 회전과 함께 합성됩니다.

{% stepper %}
{% step %}

#### 레이어를 마우스 오른쪽 버튼으로 클릭

선택한 단일 레이어를 마우스 오른쪽 버튼으로 클릭하여 레이어 메뉴를 엽니다.
{% endstep %}

{% step %}

#### 뒤집기 방향 선택

선택하세요 <kbd><mark style="color:$primary;">**가로 뒤집기**<mark style="color:$primary;"></kbd> 로 왼쪽에서 오른쪽으로 대칭하거나, <kbd><mark style="color:$primary;">**세로 뒤집기**<mark style="color:$primary;"></kbd> 로 위에서 아래로 대칭합니다.

뒤집기는 즉시 적용됩니다.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
뒤집기를 취소하려면 일반적인 실행 취소를 사용하세요. 같은 방향으로 두 번 뒤집으면 레이어가 원래 상태로 돌아갑니다.
{% endhint %}

***

### FAQ

<details>

<summary><strong>크기 조절 핸들에서 정확한 각도로 회전할 수 있나요?</strong></summary>

네. 모서리 크기 조절 핸들에 마우스를 올리고 **⌘ Command** (또는 **Ctrl** Windows에서는)를 길게 누르세요. 키를 누르고 있는 동안 모서리가 회전 모드로 바뀌고, 드래그하면 레이어가 회전합니다. 키를 놓으면 크기 조절로 돌아갑니다.

</details>

<details>

<summary><strong>여러 레이어를 한 번에 회전할 수 있나요?</strong></summary>

네. 그룹이나 여러 레이어를 선택해 하나의 단위로 회전할 수 있습니다. 결합된 선택 영역의 중심을 기준으로 회전합니다.

</details>

<details>

<summary><strong>왜 내 레이어에는 뒤집기 옵션이 보이지 않나요?</strong></summary>

뒤집기는 이미지, 생성된 비주얼, 업로드한 에셋, 마스크, 제품 에셋에 사용할 수 있습니다. 다음에는 옵션이 표시되지 않습니다:

* 텍스트 레이어
* 그룹
* 잠긴 레이어
* 한 번에 두 개 이상의 레이어가 선택된 경우

</details>

<details>

<summary><strong>뒤집은 레이어를 계속 작업하면 어떻게 되나요?</strong></summary>

작업에는 아무 변화도 없습니다. 뒤집기는 제자리 변형이므로, 현재 진행 중인 작업은 뒤집힌 레이어를 현재 상태로 계속 이어갑니다.

</details>


---

# 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/tools/layers.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.
