Scripting Function - Resize
The function performs a resizing operation. Each image is resized to the exact size specified. The aspect ratio of each image is not preserved.
Syntax
Resize width As IntegerValueGreaterEqualOne, height As IntegerValueGreaterEqualOne
Parameters
width - the width of the processed image in pixels
height - the height of the processed image in pixels
Example
The following example resizes images to a width of 640 pixels and a height of 480 pixels:
Resize 640, 480
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also