ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class : transformWithLUT Method |
This method applies a multichannel lookup table to each channel of the image, optionally changing channel depths.
Number of single-channel LUTs in the multichannel LUT must match number of image channels. Input depth of each single-channel LUT must match the depth of corresponding channel. Depths of image channels after transform are determined by output depths of the coresponding single-channel LUTs.
com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearMultichannelLUT
public static void transformWithLUT( ImGearRasterPage page, ImGearMultichannelLUT LUT ) |
This method applies a multichannel lookup table to each channel of the image, optionally changing channel depths.
Number of single-channel LUTs in the multichannel LUT must match number of image channels. Input depth of each single-channel LUT must match the depth of corresponding channel. Depths of image channels after transform are determined by output depths of the coresponding single-channel LUTs.
com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearMultichannelLUT