Field
Function
This function extracts either the even or the odd field of the image,
returning an image of half the Y resolution.
Parameters
|
Type
|
Defaults
|
Function
|
field |
int
|
0
|
The field to be extracted.
0 = even field
1 = odd field
|
Synopsis
image Field( image, int field);
Script
image = Field( image, field );
Command Line
shake -field field
See Also
Interlace, SwapFields,
DeInterlace
|