> For the complete documentation index, see [llms.txt](https://docs.polygonflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polygonflow.io/dash-tools/channelpacker.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.polygonflow.io/dash-tools/channelpacker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
