Window

Function
This function is exactly like a Crop, but you enter the lower-left corner and then the X and Y resolution.

Parameters
Type
Defaults
Function
cropLeft, Bottom
int
0, 0 The lower left corner of the image
xRes, yRes
int
width, height
The new output resolution of the image.

Synopsis

image Window( image,
  int cropLeft, 
  int cropBottom,
  int xRes, 
  int yRes
);

Script

image = Window( image, cropLeft, cropBottom, xRes, yRes);

Command Line

shake -window cropLeft cropBottom xRes yRes

See Also
Crop, Viewport