ImageGear for Java
rotate(ImGearPage,double,ImGearRotationModes,ImGearPixel,ImGearInterpolations) Method
Image to rotate.
Rotation angle in degrees.
Rotation mode (clip or expand).
Background color to fill the out of picture area; null ( Nothing in VB NET) results in black background.
Interpolation to use for rotation.

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

Background should be in the same color space as the Page, including Alpha and Extra channels. Background must have the same channel count and bit depth as a DIB?s color space.

Supported interpolations are BILINEAR and BICUBIC. Interpolation is supported for non-indexed images, and for indexed images with grayscale palette. It is not supported for 1bpp images.

com.accusoft.imagegear.core.ImGearPageT:com.accusoft.imagegear.core.ImGearPixelImGearInterpolations

Rotates an image using interpolation.
Syntax

Parameters

page
Image to rotate.
angle
Rotation angle in degrees.
mode
Rotation mode (clip or expand).
background
Background color to fill the out of picture area; null ( Nothing in VB NET) results in black background.
interpolation
Interpolation to use for rotation.

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

Background should be in the same color space as the Page, including Alpha and Extra channels. Background must have the same channel count and bit depth as a DIB?s color space.

Supported interpolations are BILINEAR and BICUBIC. Interpolation is supported for non-indexed images, and for indexed images with grayscale palette. It is not supported for 1bpp images.

com.accusoft.imagegear.core.ImGearPageT:com.accusoft.imagegear.core.ImGearPixelImGearInterpolations

See Also

Reference

ImGearProcessing Class
ImGearProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback