image_scale
Scales the given image to a specified size.
Arguments
- Image
- Integer, new width
- Integer, new height
- String, interpolation method, 'nearest' or 'bilinear
Output
Image, resulting image
Examples
Scales the given image to a specified size.
Image, resulting image