ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class : convolve Method |
The method processes specified range of channels. It does not provide any special handling for Alpha channel.
Can be applied only to the raster pages with standard (non Run-Ends) DIB.
com.accusoft.imagegear.processing.ImGearConvolutionResultsT:com.accusoft.imagegear.core.ImGearChannelRange
public static void convolve( ImGearRasterPage page, int[][] matrix, double normalizer, ImGearConvolutionResults resultMode, boolean addResultToOriginalPixels, ImGearChannelRange channels ) |
The method processes specified range of channels. It does not provide any special handling for Alpha channel.
Can be applied only to the raster pages with standard (non Run-Ends) DIB.
com.accusoft.imagegear.processing.ImGearConvolutionResultsT:com.accusoft.imagegear.core.ImGearChannelRange