# 通道打包器

## 简短描述

将多个纹理通道合并为单个纹理。

## 描述

将多个纹理的通道打包到一个纹理中。该工具允许用户选择纹理及其特定通道，将它们合并为单个输出纹理。它对于优化图形应用中的纹理使用非常有用。

## 属性

### 基本属性

* **尺寸模式**：根据最小或最大的纹理或自定义大小选择输出分辨率。
* **尺寸**：从预设选项中选择打包纹理的分辨率。
* **纹理名称**：已打包纹理的名称。
* **纹理路径**：已打包纹理的路径。
* **创建纹理**：运行通道打包过程。

### 红色通道

* **红色纹理**：该纹理的一个通道将被打包。
* **红色目标**：从红色纹理中选择的通道。

### 绿色通道

* **绿色纹理**：该纹理的一个通道将被打包。
* **绿色目标**：从绿色纹理中选择的通道。

### 蓝色通道

* **蓝色纹理**：该纹理的一个通道将被打包。
* **蓝色目标**：从蓝色纹理中选择的通道。

### Alpha 通道

* **Alpha 纹理**：该纹理的一个通道将被打包。
* **Alpha 目标**：从 Alpha 纹理中选择的通道。


---

# 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://docs.polygonflow.io/dash-documentation-zh/dash-gong-ju/channelpacker.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.
