ImageGear for .NET
Merge(ImGearRasterPage,ImGearRasterPage,Int32,Int32,ImGearMergeModes,ImGearChannelRange) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > Merge Method : Merge(ImGearRasterPage,ImGearRasterPage,Int32,Int32,ImGearMergeModes,ImGearChannelRange) Method




page
First image to merge. It will contain resultant image after merging.
pageToMergeWith
Second image to merge.
left
Left position of the source image on the destination one.
top
Top position of the source image on the destination one.
mode
Merge mode.
channels
Range of channels.

Glossary Item Box

Merges two images according to the specified merge mode.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
First image to merge. It will contain resultant image after merging.
pageToMergeWith
Second image to merge.
left
Left position of the source image on the destination one.
top
Top position of the source image on the destination one.
mode
Merge mode.
channels
Range of channels.

Remarks

Processes specified range of channels.

Both page DIBs must have the same color space.

Use ImGearRasterProcessingVerifier.CanApplyMerge method to check whether the operation can be performed.

If the images are paletted, the arithmetic operation is applied to the pixel values (indexes) rather than to the palette entries. This may result in unexpected effect with certain palettes, for example if the palette is reversed. In such cases, consider converting the image to a non-indexed colorspace, such as Grayscale or RGB, before applying the operation.

See Also

©2013. Accusoft Corporation. All Rights Reserved.