You are here: Start » FIL.NET » Function Reference » Image » Image Conversions » FIL.ReverseChannels
Reverses the order of channels in an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outImage | FilNet.Image | Output image with reversed channels. |
Examples
![]() |
![]() |
Channels reversed from RGB to BGR on the Lena image.
Hardware Acceleration
This operation is optimized for SSSE3 technology for pixels of type: 3xUINT8.
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.