Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Conversions » RemoveChannel
Module: | FoundationLite |
---|
Creates an image by removing a single channel from the input image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inChannelIndex | Integer | 0 - 3 | |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Channel cannot be removed from single-channel image in RemoveChannel. |
DomainError | Channel index out of range in RemoveChannel. |
Complexity Level
This filter is available on Basic Complexity Level.