ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearBilinearInterpolationOptions Class |
The following tables list the members exposed by ImGearBilinearInterpolationOptions.
Name | Description | |
---|---|---|
ImGearBilinearInterpolationOptions Constructor | Initializes a new instance of the ImGearBilinearInterpolationOptions class. |
Name | Description | |
---|---|---|
getDefault | Instance of ImGearInterpolationOptions class. (Inherited from com.accusoft.imagegear.processing.ImGearInterpolationOptions) | |
getSharpness | Returns the sharpness of the resized image if the image is being scaled down.
This value affects the sharpness of the resized image if the image is being scaled down. Larger values result in a sharper image. Note: A specific sharpness value (such as 1.0) does not necessarily yield the same sharpness when performing the same operation with bilinear versus bicubic interpolation. | |
setSharpness | Sets the sharpness of the resized image if the image is being scaled down.
This value affects the sharpness of the resized image if the image is being scaled down. Larger values result in a sharper image. Note: A specific sharpness value (such as 1.0) does not necessarily yield the same sharpness when performing the same operation with bilinear versus bicubic interpolation. |