CIB image toolbox technical manual

8. Mergers

ImageChannelsMerger
ColorQRMerger
AlphaChannelMerger

ImageChannelsMerger

Merger for joining individual images.

Parameters of this merger can be described in profile:

<ProcessingProfile>
...
 <ImageChannelsMerger> <TargetColorSpace>RGB</TargetColorSpace>
 </RDO_Segmenter>
...
</ProcessingProfile>

Property name

Description

Default value

TargetColorSpace

Target color space: RGB/GRAY

RGB


ColorQRMerger

Merger for joining individual images belonging to QR codes (experimental). Each input image represents a channel in the RGB color space.

There are no parameters for this merger, besides the images themselves. Maximum number of input images is limited to the range [1-3].


AlphaChannelMerger

Interface for tools for alpha channel merging.

Parameters of this merger can be described in profile:

<ProcessingProfile>
...
 <AlphaChannelMerger> <AlphaChannelValue>255</AlphaChannelValue>
 </AlphaChannelMerger>
...
</ProcessingProfile>

Property name

Description

Default value

AlphaChannelValue

Value for alpha channel

255