ImageGear for Java
merge(ImGearRasterPage,ImGearRasterPage,int,int,ImGearMergeModes) Method
First image to merge. It will contain result image after merging.
Second image to merge.
Left position ot the source image on the destination one.
Top position ot the source image on the destination one.
Merge mode constant. See ImGearMergeModes enumeration.

Processes color channels only.

DIBs or both pages 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.

com.accusoft.imagegear.core.ImGearRasterPageImGearMergeModes

Merges two images according to the specified merge mode.
Syntax

Parameters

page
First image to merge. It will contain result image after merging.
pageToMergeWith
Second image to merge.
left
Left position ot the source image on the destination one.
top
Top position ot the source image on the destination one.
mode
Merge mode constant. See ImGearMergeModes enumeration.

Processes color channels only.

DIBs or both pages 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.

com.accusoft.imagegear.core.ImGearRasterPageImGearMergeModes

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback