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:

PartDescription
objectAn expression evaluating to an object of type McWarp.
valueA mcWarpInterpolation enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcwiNone4

Use pixel replication.

 mcwiBilinear0

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.