ImageGear for Java
flip Method
Image to flip.
Constant defining flip direction. Possible values are com.accusoft.imagegear.core.ImGearFlipModes.HORIZONTAL and com.accusoft.imagegear.core.ImGearFlipModes.VERTICAL.

This method processes all channels of the image as well as image's ROI, if it exists.

ImGearProcessingVerifier.canApplyFlip method can be called to check whether the operation can be performed.

com.accusoft.imagegear.core.ImGearPagecom.accusoft.imagegear.core.ImGearFlipModes

Flips an image in vertical or horizontal direction.
Syntax
public static void flip( 
   ImGearPage page,
   ImGearFlipModes mode
)

Parameters

page
Image to flip.
mode
Constant defining flip direction. Possible values are com.accusoft.imagegear.core.ImGearFlipModes.HORIZONTAL and com.accusoft.imagegear.core.ImGearFlipModes.VERTICAL.

This method processes all channels of the image as well as image's ROI, if it exists.

ImGearProcessingVerifier.canApplyFlip method can be called to check whether the operation can be performed.

com.accusoft.imagegear.core.ImGearPagecom.accusoft.imagegear.core.ImGearFlipModes

See Also

Reference

ImGearProcessing Class
ImGearProcessing Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback