ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class : combineChannels Method |
public static ImGearRasterPage combineChannels( ImGearColorSpace space, ImGearChannelRef[] channels ) |
This method puts together image channels according to the destination color space specified by the space
parameter. This function does not do any color space or pixel conversions, it merely merges pixel data from different channels together. The number of channel pages should be compatible with the destination color space. Each Page in ChannelPages array must have exactly one channel. All pages must have the same BitsPerChannel and dimensions.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.processing.ImGearChannelRef