resize-image
function
The resize-image
action resizes an image. It belongs to the images category within the ui area.
Action Syntax
resize-image $variable width 123
A variable name starting with $ followed by a value followed by A numeric value
resize-image $variable width 123 height 123
A variable name starting with $ followed by a value followed by A numeric value followed by a value followed by A numeric value
Return Value
This function returns a
IMAGE
value that can be stored in a variable:
$result = resize-image
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$image = resize-image $imgvar width 800
Action code: 920099431
Version: 0.6.4-0
Last updated: 2025-06-13