AccusoftImagXpress13 ActiveX DLL : enumResizeType Enumeration |
Member | Value | Description |
---|---|---|
RT_Fast | 0 | Faster, but slower resampling. The pixels in the image are resampled using a nearest neighbor interpolation algorithm which is fast, but produces a lower quality. |
RT_PICQuality | 2 | Slower, but faster resampling. An Accusoft developed algorithm which produces an extremely high quality image, but is slower than the other two methods. |
RT_Resample | 1 | The pixels in the image are resampled using a bilinear interpolation algorithm which produces a better quality image, but is slower than RT_Fast. |