ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > merge Method : merge(ImGearRasterPage,ImGearRasterPage,int,int,ImGearMergeModes) Method |
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
public static void merge( ImGearRasterPage page, ImGearRasterPage pageToMergeWith, int left, int top, ImGearMergeModes mode ) |
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