ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearProcessing Class > rotate Method : rotate(ImGearPage,double,ImGearRotationModes,ImGearPixel,ImGearInterpolations) Method |
Nothing
in VB NET) results in black background.
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
public static void rotate( ImGearPage page, double angle, ImGearRotationModes mode, ImGearPixel background, ImGearInterpolations interpolation ) |
Nothing
in VB NET) results in black background.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