---
title: "Channels"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/image/channels
markdown: https://docs.nodetool.ai/nodes/nodetool/image/channels.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/channels.md
---

# Channels

**Type:** `nodetool.image.Channels`

**Namespace:** `nodetool.image`

## Description

Extract a single channel from an image as a grayscale preview.
    image, channel, red, green, blue, alpha, luminance

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to extract a channel from. | `{"type":"image","uri":"","asset_id":null,"data"...` |
| channel | `str` | Which channel to extract. | `luminance` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
