ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearProcessing Class : CreateThumbnail Method |
Interpolation options depend on the color space and bit depth of the image. Grayscale, PreserveBlack and PreserveWhite interpolations are applicable only to 1 bit images.
Average and Bilinear interpolations are not applicable to 1 bit images nor to images having a non-gray palette. Also, Bilinear interpolation cannot be applied to the images if one of the dimensions is decreased.
Use ImGearProcessingVerifier.CanApplyCreateThumbnail method to check whether the operation can be performed.