Image.crop

v0.1.6
Image.crop(x, y, w, h);

Crop an Image into an other Image

Arguments

xThe x position of the image
yThe y position of the image
wThe width of the new cropped image
hThe height of the new cropped image

Returns

Imagethe cropped image

See Image.crop in image.h