Crop the input image to a desired size.
Image to crop.
Optional
Crop options.
The new cropped image.
var cropped = image.crop({ row:20, column:100}); Copy
var cropped = image.crop({ row:20, column:100});
Crop the input image to a desired size.