Resize

Function
This resizes the image to a given resolution.

Parameters
Type
Defaults
Function
x,ySize
float
width, height The new X and Y resolution
filter
string
"default" Jump to Filter Types
subPixel
int
0

Turns on quality control

0 = low quality
1 = high quality


Synopsis

 image Resize( image,
  float xSize, 
  float ySize,
  const char * filter,
  int subPixel
 );


Script

image = Resize( 
  image, 
  xSize, 
  ySize, 
  "filter", 
  subPixel
);


Command Line

shake -resize xSize ySize filter subPixel

See Also
Crop, Window, ViewPort, Scale , Zoom