resizeimage - Resize an Image
Resizes an image to the specified width and height.
Either a height or a width need to be specified
width
number
The width to resize the image to.
Minimum: 1
Maximum: 10000
Example:
100
height
number
The height to resize the image to.
Minimum: 1
Maximum: 10000
Example:
100
file
binary
Image file to be processed.