# 드로잉을 이미지로

Morphic에서 Draw to Image를 사용하는 빠른 튜토리얼입니다:

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

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

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


---

# 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://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.
