scaleimagetofit - Scale an Image to Fit Given Dimensions
Scales an image to the largest size that will fit within a rectangle of the specified width and height.
width
number
The width to scale the image to.
Minimum: 1
Maximum: 10000
Example:
100
height
number
The height to scale the image to.
Minimum: 1
Maximum: 10000
Example:
100
file
binary
Image file to be processed.