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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
img | yes | - | Image object | |
left | yes | - | x | |
top | yes | - | y | |
right | yes | - | x | |
bottom | yes | - | y |