Deinterlace

Syntax

Document.Deinterlace ( OddField )

Parameters

Boolean OddField - selects whether the odd (True) or even (False) field is to be extracted

Returns

Nothing

Remarks

Depending on the value of OddField, extracts either the odd or even field (that is, the alternate rows beginning with row 0 or row 1) and interpolates the others from the pixels immediately above and below.  The bottom row of an even field from an image with an odd number of lines or of an odd field from an image with an even number of lines and the top row of an odd field cannot be interpolated and are simply duplicated from the line immediately before or after them.

This method is equivalent to the Deinterlace commands.