> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# JoinImageWithAlpha - ComfyUI Built-in Node Documentation

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

이 노드는 합성 작업을 위해 설계되었으며, 특히 이미지와 해당 알파 마스크를 결합하여 단일 출력 이미지를 생성합니다. 시각적 콘텐츠와 투명도 정보를 효과적으로 결합하여 특정 영역이 투명하거나 반투명한 이미지를 만들 수 있습니다.

## 입력

| 매개변수  | 설명                                                                      | 데이터 타입  |
| ----- | ----------------------------------------------------------------------- | ------- |
| `이미지` | 알파 마스크와 결합될 주요 시각적 콘텐츠입니다. 투명도 정보가 없는 이미지를 나타냅니다.                       | `IMAGE` |
| `알파`  | 해당 이미지의 투명도를 정의하는 알파 마스크입니다. 이미지의 어느 부분이 투명하거나 반투명해야 하는지를 결정하는 데 사용됩니다. | `MASK`  |

## 출력

| 매개변수  | 설명                                                       | 데이터 타입  |
| ----- | -------------------------------------------------------- | ------- |
| `이미지` | 입력 이미지와 알파 마스크를 결합하여 투명도 정보가 시각적 콘텐츠에 통합된 단일 이미지가 출력됩니다. | `IMAGE` |

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