# Channel Packer

## Short Description

Combine multiple texture channels into a single texture.

## Description

Packs multiple textures' channels into 1 texture. This tool allows users to select textures and their specific channels to combine them into a single output texture. It is useful for optimizing texture usage in graphic applications.

## Properties

### Base Properties

* **Size Mode**: Choose the output resolution based on the smallest or largest texture, or a custom size.
* **Size**: Select the resolution of the packed texture from predefined options.
* **Texture Name**: The name of the packed texture.
* **Texture Path**: The path of the packed texture.
* **Create Texture**: Run the channel packing process.

### Red Channel

* **Red Texture**: A channel from this texture will be packed.
* **Red Target**: The channel to pick from the red texture.

### Green Channel

* **Green Texture**: A channel from this texture will be packed.
* **Green Target**: The channel to pick from the green texture.

### Blue Channel

* **Blue Texture**: A channel from this texture will be packed.
* **Blue Target**: The channel to pick from the blue texture.

### Alpha Channel

* **Alpha Texture**: A channel from this texture will be packed.
* **Alpha Target**: The channel to pick from the alpha texture.


---

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