TESTER

image_resize

image_resize(img, width, height, [resampling])

Resize an image at specified dimension

Syntaxe

image(img, 10, 20, resampling="pixel");

Arguments

NameRequiredDefaultDescription
imgyes-Image object
widthyes-Width of new image
heightyes-Height of new image
resampling--sharp, smooth or pixel (string)