# 이미지

- [텍스트를 이미지로](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: 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.
