ImageGear for Java
invertContrast(ImGearRasterPage) Method
Image to invert contrast.

If the image is indexed and the palette is not grayscale, this method modifies image's palette, otherwise it modifies image's pixels. The method processes only color channels.

Use ImGearRasterProcessingVerifier.canApplyInvertContrast )} method to check whether the operation can be performed.

com.accusoft.imagegear.core.ImGearRasterPage

Inverts image contrast.
Syntax
public static void invertContrast( 
   ImGearRasterPage page
)

Parameters

page
Image to invert contrast.

If the image is indexed and the palette is not grayscale, this method modifies image's palette, otherwise it modifies image's pixels. The method processes only color channels.

Use ImGearRasterProcessingVerifier.canApplyInvertContrast )} method to check whether the operation can be performed.

com.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback