# 이미지

셀 유형을 이미지 유형으로 설정하고  실행 후 브라우저에 선택한 이미지를 표시합니다. 이미지는 다음 이미지와 같이 상자를 표시합니다.

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

## 이미지 셀 설정&#x20;

이미지 상자를 선택하고 속성 설정 영역에서 셀 설정 탭을 선택합니다.

| 설정     | 설명                                                                                                                                                          |
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 이미지 선택 | \[이미지 선택]을 클릭하여 표시할 이미 파일을 선택합니다. 로컬 이미지 또는 기본 제공 이미지에서 이미지 파일을 선택할 수 있습니다.                                                                                 |
| 명령 편집  | 이미지를 클릭할 때 실행할 [명령](/command/command.md)을 설정합니다. 명령을 참조하십시오.                                                                                                |
| 표시 텍스트 | 이미지에 표시할 텍스트를 설정합니다.                                                                                                                                        |
| 도구 설명  | 이미지 위에 마우스를 띄우면 표시되는 정보를 설정합니다.                                                                                                                             |
| 크기 모드  | <p>셀 내에서 이미지의 표시 모드를 설정합니다.</p><ul><li>원본: 이미지의 원래 크기입니다.</li><li>포함: 가로 세로 비율로 확대/축소하여 이미지가 셀에 정확하게 표시되도록 합니다.</li><li>채우기: 이미지가 전체 셀을 채우도록 합니다.</li></ul> |
| 가로 맞춤  | 셀 내에서 이미지의 가로 정렬을 가운데, 왼쪽 또는 오른쪽으로 설정합니다.                                                                                                                   |
| 세로 맞춤  | 셀 내의 이미지의 세로 맞춤을 가운데, 위 또는 아래로 설정합니다.                                                                                                                       |
| 비활성화   | 이미지를 비활성화할지 여부를 설정합니다.                                                                                                                                      |
| 숨기기    | 이미지를 숨길지 여부를 설정합니다.                                                                                                                                         |


---

# Agent Instructions: 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://doc.forguncy.co.kr/components/celltype/image.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.
