> 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/image/draw-to-image.md).

# 이미지로 그리기

Morphic에서 Draw to Image를 사용하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/tb2Wp69RuiM>" %}

1. Morphic의 캔버스로 이동하세요
2. 왼쪽 상단 모서리에 있는 ‘+’ 버튼을 클릭하여 새 아트보드를 추가하세요
3. 아트보드를 선택하고 브러시 도구를 선택하세요
4. 캔버스에 직접 그리기 시작하세요
5. 텍스트, 브러시, 도형, 지우개를 사용할 수 있고, 선 굵기를 조정하고 색상 휠을 살펴볼 수도 있습니다
6. 그림이 준비되면, 원하는 색상이나 최종 모습을 설명하는 프롬프트를 작성하세요
7. 원하면 설정을 조정하거나 스타일 모델을 적용하세요
8. 생성하기를 누르세요

이것이 Morphic에서 Draw to Image 기능을 사용하는 방법입니다. AI의 도움으로 그림을 완성도 높은 시각 자료로 바꾸는 창의적인 방법입니다.


---

# 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/image/draw-to-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.
