Type: lib.pillow.filter.GetChannel
Namespace: lib.pillow.filter
Description
Extract a specific color channel from an image. image, color, channel, isolate, extract
- Isolate color information for image analysis
- Manipulate specific color components in graphic design
- Enhance or reduce visibility of certain colors
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| image | image |
The image to get the channel from. | {'type': 'image', 'uri': '', 'asset_id': None, 'data': None} |
| channel | Enum['R', 'G', 'B'] |
R |
Outputs
| Output | Type | Description |
|---|---|---|
| output | image |
Metadata
Related Nodes
Browse other nodes in the lib.pillow.filter namespace.