Description
Read/write property used to set or get the interpolation method used to generate missing pixels in ApplyToImage.
-
Property type
-
A mcWarpInterpolation enumeration.
-
Syntax
-
object.Interpolation [= value]
The Interpolation Property syntax has these parts: Settings The settings for value are:
 | mcwiNone | 4 |
Use pixel replication.
|
 | mcwiBilinear | 0 |
Use bilinear interpolation.
|
Remarks
Setting Interpolation to wiNone yields faster processing time, but produces blockiness and aliasing in the resulting image, due to pixel duplication or decimation.
|