PLAYGROUND (experimental)

image_crop

Crop an image at specified position
image_crop(
    img, 
    left, 
    top, 
    right, 
    bottom
)

Crop an image at specified position

Syntaxe

image_crop(img, left=20, top=10, right=100, bottom=100);

Arguments

NameTypeRequiredDefaultDescription
imgyes-Image object
leftyes-x
topyes-y
rightyes-x
bottomyes-y