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

# 이미지

- [텍스트를 이미지로](https://morphic.com/docs/kr/image/text-to-image.md): Morphic의 텍스트-투-이미지는 프롬프트만 사용해 처음부터 새 이미지를 만들 수 있게 해줍니다.
- [이미지를 이미지로](https://morphic.com/docs/kr/image/image-to-image.md): Morphic의 이미지-투-이미지는 프롬프트만 사용해 기존 이미지를 다듬거나, 스타일을 변경하거나, 조정할 수 있게 해줍니다.
- [다중 이미지 참조](https://morphic.com/docs/kr/image/multi-image-to-image.md): Morphic의 다중 이미지 참조를 사용하면 여러 이미지에서 피사체, 포즈, 스타일, 장면을 참조로 선택해 하나의 프롬프트만으로 독특한 구도(이미지)를 만들 수 있습니다.
- [이미지로 그리기](https://morphic.com/docs/kr/image/draw-to-image.md): Morphic의 이미지로 그리기를 사용하면 캔버스에 아이디어를 직접 그려 넣고 AI로 완성된 이미지로 바꿀 수 있습니다.
- [스케치 색칠하기](https://morphic.com/docs/kr/image/sketch-to-color.md): Morphic의 스케치 색칠하기를 사용하면 원본 구조를 그대로 유지하면서, 프롬프트만으로 스케치를 완전히 색칠된 이미지로 바꿀 수 있습니다.
- [컬러화](https://morphic.com/docs/kr/image/colorize.md): Morphic의 컬러화 기능을 사용하면 한 이미지의 색감 스타일과 팔레트를 다른 이미지에 적용할 수 있습니다.


---

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