Back to FabImage Studio website
You are here: Start » Filter Reference » Image Conversions » ReverseChannels
Reverses the order of channels in an image.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
outImage | Image | Output image with reversed channels |
Applications
E.g. when one has an RGB image, but needs to convert to BGR.
Examples
![]() |
![]() |
Channels reversed from RGB to BGR on the Lena image.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MergeChannels – Creates a multichannel image from several monochromatic ones.
- SelectChannel – Creates an image from a single channel of the input image.