ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > stretchContrast Method : stretchContrast(ImGearRasterPage,ImGearContrastModes,ImGearChannelRange) Method |
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 ImGearRasterProcessingVerifier.canApplyStretchContrast method to check whether the operation can be performed.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.core.ImGearChannelRange
public static void stretchContrast( ImGearRasterPage page, ImGearContrastModes mode, ImGearChannelRange 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 ImGearRasterProcessingVerifier.canApplyStretchContrast method to check whether the operation can be performed.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.core.ImGearChannelRange