ImageGear Professional for Windows ActiveX
CombineImageChannels Method

Description:

Takes two to four 8-bit (8-bit gray level) images as input, and creates from them a single new 24-bit or 32-bit image. For each pixel location, the pixel values are fetched from the input images, and stored in the 24-bit or 32-bit image according to the scheme chosen by argument srcColorSpace.

Syntax:

      BlendWithLUT (ByVal pPage As IGPage, srcColorSpace As
enumIGColorSpaces, ByVal dstColorSpace As enumIGColorSpaces)

Parameters:

Name Description
pPage Reference to IGPage Object to store the created 24- bit image.
srcColorSpace A constant such as IG_COLOR_SPACE_RGB describing how the channels are to be merged.
dstColorSpace tells what color space output image should have. There are 2 possible values now: RGB and CMYK.

Return Value:

N/A

Bits Per Pixel:

8-bit gray level images as input, 24 and 32-bit as output

Sample:

Image Processing and Effects

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback