> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageScaleToMaxDimension - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageScaleToMaxDimension node in ComfyUI. Learn its inputs, outputs, parameters and usage.

ImageScaleToMaxDimension 노드는 원본 비율을 유지하면서 지정된 최대 크기에 맞게 이미지를 리사이즈합니다. 이미지가 세로 방향인지 가로 방향인지 계산한 후, 더 큰 쪽의 크기를 목표 크기에 맞추고 작은 쪽의 크기는 비례적으로 조정합니다. 이 노드는 다양한 품질과 성능 요구 사항에 맞는 여러 업스케일링 방법을 지원합니다.

## 입력

| 매개변수      | 설명                                  | 데이터 타입 | 필수 여부 | 범위                                                                                        |
| --------- | ----------------------------------- | ------ | ----- | ----------------------------------------------------------------------------------------- |
| `이미지`     | 크기를 조정할 입력 이미지                      | IMAGE  | 예     | -                                                                                         |
| `업스케일 방법` | 이미지 크기 조정에 사용되는 보간 방법 (기본값: "area") | STRING | 예     | "area"<br />"lanczos"<br />"bilinear"<br />"nearest-exact"<br />"bilinear"<br />"bicubic" |
| `최대 크기`   | 크기 조정된 이미지의 최대 크기 (기본값: 512)        | INT    | 예     | 0 \~ 16384                                                                                |

## 출력

| 출력 이름 | 설명                             | 데이터 타입 |
| ----- | ------------------------------ | ------ |
| `이미지` | 가장 큰 크기가 지정된 크기와 일치하도록 조정된 이미지 | IMAGE  |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageScaleToMaxDimension/ko.md)

***

**Source fingerprint (SHA-256):** `be113c1a98ab9d884b2c728b790c41fb236857d59af567e43e2be0ef0362cc5e`
