ImageGear for Java
blend(ImGearRasterPage,int,int,ImGearRasterPage,double) Method
Page to process.
Left margin of blended image.
Top margin of blended image.
Source image to be blend with page.
A value from 0 to 100 defining the % weight of the image to be blended.

This method does not provide any special handling for an Alpha channel. It processes the specified group of channels.

blendWithAlphacom.accusoft.imagegear.core.ImGearRasterPage

Blends two images based on percentage.
Syntax
public static void blend( 
   ImGearRasterPage page,
   int left,
   int top,
   ImGearRasterPage pageToBlendWith,
   double weight
)

Parameters

page
Page to process.
left
Left margin of blended image.
top
Top margin of blended image.
pageToBlendWith
Source image to be blend with page.
weight
A value from 0 to 100 defining the % weight of the image to be blended.

This method does not provide any special handling for an Alpha channel. It processes the specified group of channels.

blendWithAlphacom.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback