ImageGear for Java
adjustContrast(ImGearRasterPage,double,double,double,ImGearContrastModes,ImGearChannelRange,ImGearContrastOptions) Method
Image to adjust contrast.
Contrast value.
Brightness value.
Gamma value.
One of the following values: ImGearContrastModes.PALETTE - image palette is adjusted. If the image does not have palette then an exception will be generated ImGearContrastModes.PIXEL - image pixels are adjusted ImGearContrastModes.AUTO - adjust mode depends on the image color space.
Structure that defines channel range to process.
ImGearContrastOptions class object.

Processes the specified range of channels.

Can be applied only to raster pages with standard (non Run-Ends) DIB.

If ContrastMode is equal to ImGearContrastModes.PALETTE, DIB must have a palette.

Use method ImGearRasterProcessingVerifier.canApplyAdjustContrast method to check whether the operation can be performed.

com.accusoft.imagegear.processing.ImGearContrastOptionsT:com.accusoft.imagegear.processing.ImGearContrastModescom.accusoft.imagegear.core.ImGearRasterPage

This method adjusts contrast, brightness, and gamma.
Syntax

Parameters

page
Image to adjust contrast.
contrast
Contrast value.
brightness
Brightness value.
gamma
Gamma value.
mode
One of the following values: ImGearContrastModes.PALETTE - image palette is adjusted. If the image does not have palette then an exception will be generated ImGearContrastModes.PIXEL - image pixels are adjusted ImGearContrastModes.AUTO - adjust mode depends on the image color space.
channels
Structure that defines channel range to process.
options
ImGearContrastOptions class object.

Processes the specified range of channels.

Can be applied only to raster pages with standard (non Run-Ends) DIB.

If ContrastMode is equal to ImGearContrastModes.PALETTE, DIB must have a palette.

Use method ImGearRasterProcessingVerifier.canApplyAdjustContrast method to check whether the operation can be performed.

com.accusoft.imagegear.processing.ImGearContrastOptionsT:com.accusoft.imagegear.processing.ImGearContrastModescom.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback