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 |
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